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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  ID3 tags on playlist instead of filenames, without extended M3U
« previous next »
  • Print
Pages: [1]

Author Topic: ID3 tags on playlist instead of filenames, without extended M3U  (Read 2055 times)

Offline GigaBrick

  • Member
  • *
  • Posts: 18
ID3 tags on playlist instead of filenames, without extended M3U
« on: August 02, 2011, 06:32:25 AM »
I would like my playlist to show tag info instead of filenames.  I've found the EM3U solution here... http://www.rockbox.org/tracker/task/7652

I don't really like this solution though because I like to let Rockbox create my playlists for me by using the Database.

Here is my idea...

I don't really know how rockbox is put together, but what I would really like is a "Show ID3 Tags in Playlist" option that when turned on would cause it to reference the database information for that particular filename, and then instead of showing the file name display the tags from the database in a format that the user specifies with a "%a - %t" (for Artist - Title ) type string.

Is this a complicated pipedream?  I would think that the code that normally prints the file-name and playlist information could be modified to check for the "Show ID3 Tags in Playlist" option before it prints the filename or tag info, and if "Yes" would reference the database according to the format string and print that information accordingly, and if "No" would instead print the filename.  Seems like this wouldn't really change anything extraordinary, but I'm doing a little bit of assuming on how the play list printing actually works.  Seems like it would also require the database to be loaded to RAM too since it would probably cause a lot of disk read otherwise.

I heard there was apparently a version that opened each file instead of using Extended M3U, but I couldn't find anything about that and it seems like it would cause a lot of disk read.  If it referenced the database, one could avoid that by loading the database to ram.

I don't know, I don't think I'm the only one that would be interested in this though given the amount I see people referred to the Extended M3U solution.  I think this would be a better and more convenient solution though.
« Last Edit: August 02, 2011, 08:57:01 AM by GigaBrick »
Logged

Offline sideral

  • Developer
  • Member
  • *
  • Posts: 48
Re: ID3 tags on playlist instead of filenames, without extended M3U
« Reply #1 on: August 02, 2011, 08:18:57 AM »
I guess you actually meant the ExtM3U support in FS#7652 [1]?

Yes, I'd love to have a tag-based playlist view as well. Using the database to query and format the tags should be even simpler than the patch in FS#7652, as no special file parsing is involved and there already is a formatting function.

[1] http://www.rockbox.org/tracker/task/7652
« Last Edit: August 02, 2011, 08:24:37 AM by sideral »
Logged

Offline GigaBrick

  • Member
  • *
  • Posts: 18
Re: ID3 tags on playlist instead of filenames, without extended M3U
« Reply #2 on: August 02, 2011, 08:56:47 AM »
Quote from: sideral on August 02, 2011, 08:18:57 AM
I guess you actually meant the ExtM3U support in FS#7652 [1]?

Yes, I'd love to have a tag-based playlist view as well. Using the database to query and format the tags should be even simpler than the patch in FS#7652, as no special file parsing is involved and there already is a formatting function.

[1] http://www.rockbox.org/tracker/task/7652

Yeah, that is the one I meant actually.  Had the wrong link on the clipboard.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  ID3 tags on playlist instead of filenames, without extended M3U
 

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

Page created in 0.064 seconds with 15 queries.