Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  ID3 tag Edior
« previous next »
  • Print
Pages: [1]

Author Topic: ID3 tag Edior  (Read 2941 times)

Offline juggleboy711

  • Member
  • *
  • Posts: 7
ID3 tag Edior
« on: October 06, 2007, 03:51:49 AM »
Hey, I've been searching over the internet for an id3 tag editor patch and wondered if it could be done in rockbox (especially for the e200s) Thanks
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: ID3 tag Edior
« Reply #1 on: October 06, 2007, 05:33:17 AM »
There is a plugin in the tracker that allows editing of id3v1 tags. But that patch is rather old (so I guess it won't compile with current svn) plus it only allows id3v1 -- so not only missing id3v2 but also all other tag types. Besides, I find editing tags much more convenient on the PC by having a real keyboard ...
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline DancemasterGlenn

  • Member
  • *
  • Posts: 103
Re: ID3 tag Edior
« Reply #2 on: January 05, 2008, 07:02:46 PM »
I think a built-in editor would be great if it isn't a huge chore for someone to code (I wish I knew more about programming...). It even seems like there's a good way to implement it... a press of long select in the WPS brings you to the WPS context menu, selecting "show track info" and from there you could possibly do a long select on a given field to open it up for editing. Or perhaps simpler still, a basic "edit track info" option below "show track info". If it's too much trouble to code it's understandable, but it could be a useful feature. A situation I could see it being useful in is the current one I keep having where a file I've tagged continues to show up as untagged (http://forums.rockbox.org/index.php?topic=14560.0). Since the files keep showing up as untagged no matter how many times I seem to rip them and put them back on my player (ipod video, 80 gig, 5.5g), it would be pretty satisfying to just retag them on the player itself and be done with it. Of course, if that really is a bug in Rockbox, and it gets fixed, there's less of a necessity for this feature (on my part, at least).

Sorry if that was a longwinded post, I tend to go off once I get started writing.
Logged
Ipod Video 5.5G, 80GB

Offline Strife89

  • Member
  • *
  • Posts: 354
  • Michael Carr
    • Strife89's blog
Re: ID3 tag Edior
« Reply #3 on: January 06, 2008, 01:44:27 PM »
Whatever the case, the "untagged" problem shows up on my Sansa as well. I use the Linux program "Audio Tag Tool" (very good app, by the way) for all my tagging purposes. All tags are fine on my Palm (viewed in RealOne Player). In my Sansa (original firmware), some songs aren't presented with their tagged song name (the file name, extension included, is displayed instead). In Rockbox, all but 6 of the song names are fine, but there are several songs with "missing" album tags.

Glenn's idea sounds excellent, but I can't code to save my life. :-[

(If a certain someone comes and asks what my point is in the first paragraph, it's to show that the problem affects several kinds of players, but it could also be due in part to problems in the transfer of the files, or the programs that create the tags; it might be interesting to look into this and experiment.)

EDIT: Related thread, regarding tag- reading problems:
http://forums.rockbox.org/index.php?topic=14560.0
« Last Edit: January 06, 2008, 01:57:44 PM by Strife89 »
Logged
Rockbox: Sansa Clip Zip, iPod Color, iRiver H320

Android: Moto X4, Galaxy Tab S2 T710

Offline DancemasterGlenn

  • Member
  • *
  • Posts: 103
Re: ID3 tag Edior
« Reply #4 on: January 06, 2008, 05:53:44 PM »
Haha, I just linked to that topic in my post.
Logged
Ipod Video 5.5G, 80GB

Offline mschneider

  • Member
  • *
  • Posts: 235
Re: ID3 tag Edior
« Reply #5 on: January 06, 2008, 06:47:14 PM »
I've taken a look at the old patch. It does not seem too complicated, but it does not make much sense to sync it unless it can edit v2. I'll have to do some research but I will give it a shot.
Logged

Offline Strife89

  • Member
  • *
  • Posts: 354
  • Michael Carr
    • Strife89's blog
Re: ID3 tag Edior
« Reply #6 on: January 06, 2008, 08:19:17 PM »
Quote from: DancemasterGlenn on January 06, 2008, 05:53:44 PM
Haha, I just linked to that topic in my post.

[slaps forehead] Sorry, didn't see that....

Quote from: mschneider
I'll have to do some research but I will give it a shot.

Excellent. I eagerly await implementation. Good luck to you! :)
« Last Edit: January 06, 2008, 08:22:19 PM by Strife89 »
Logged
Rockbox: Sansa Clip Zip, iPod Color, iRiver H320

Android: Moto X4, Galaxy Tab S2 T710

Offline DancemasterGlenn

  • Member
  • *
  • Posts: 103
Re: ID3 tag Edior
« Reply #7 on: January 06, 2008, 10:37:00 PM »
Quote from: mschneider on January 06, 2008, 06:47:14 PM
I've taken a look at the old patch. It does not seem too complicated, but it does not make much sense to sync it unless it can edit v2. I'll have to do some research but I will give it a shot.

Thanks very much for taking the time to check it out.
Logged
Ipod Video 5.5G, 80GB

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: ID3 tag Edior
« Reply #8 on: January 06, 2008, 10:39:25 PM »
It doesn't actually make sense to sync it unless it supports all the tagging formats Rockbox does, really. Or rather, unless you intend to add that support.
Logged

Offline DancemasterGlenn

  • Member
  • *
  • Posts: 103
Re: ID3 tag Edior
« Reply #9 on: January 06, 2008, 10:45:56 PM »
Well, not necessarily. I mean, there's the old plugin for just the one format in the first place, so since lots of features are implemented and then subsequently improved... I dunno. Seems to me like it's not such a crazy idea. Of course, you'd know way more than me about such things, but I just thought I'd throw it out there.
Logged
Ipod Video 5.5G, 80GB

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: ID3 tag Edior
« Reply #10 on: January 06, 2008, 10:55:17 PM »
Generally speaking, for a feature to be committed it needs to be usable on all targets. The old plugin was back when MP3 was the only format, I believe.

It should be improved first, then committed, not the other way around.
Logged

Offline DancemasterGlenn

  • Member
  • *
  • Posts: 103
Re: ID3 tag Edior
« Reply #11 on: January 07, 2008, 11:41:52 PM »
Yeah, you're right. Well, if it ever does reach that level of completion I'm sure people would use it. Until then, I'm sure most people won't even think twice about it not being a feature. Hope to possibly see this in the not-too-distant future, but I won't hold my breath.
Logged
Ipod Video 5.5G, 80GB

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  ID3 tag Edior
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.098 seconds with 14 queries.