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
| |-+  Audio Playback, Database and Playlists
| | |-+  How do I display tag info on playlists...
« previous next »
  • Print
Pages: [1]

Author Topic: How do I display tag info on playlists...  (Read 1759 times)

Offline candp

  • Member
  • *
  • Posts: 2
How do I display tag info on playlists...
« on: December 04, 2008, 10:40:47 PM »
Howdy

I installed rockbox on my ipod the other day, so I'm still new to it all. I checked the faq and doco but couldnt find the answer...

How do I display id3 tag info rather than filenames on a playlist? I still have all my music in the standard iPod_Control/Music folder with the randomised filenames at the moment (I plan to fix that later...)

I found this... do I need to compile a custom build with this patch?
http://www.rockbox.org/tracker/task/8593

Ta!
« Last Edit: December 04, 2008, 10:44:26 PM by candp »
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: How do I display tag info on playlists...
« Reply #1 on: December 04, 2008, 11:11:47 PM »
Yes, you need to compile a custom build with the patch.
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: How do I display tag info on playlists...
« Reply #2 on: December 05, 2008, 04:28:07 AM »
See e.g.  www.rockbox.org/wiki/SimpleGuideToCompiling
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline candp

  • Member
  • *
  • Posts: 2
Re: How do I display tag info on playlists...
« Reply #3 on: December 08, 2008, 03:43:10 AM »
Thanks guys. After reading through a few threads while the patches and stuff were down from the dos attack, I gotta say, I'm impressed by the level of help round here.

So I found what looks like a better patch (7652). But there was one hunk fail... I think it looks fairly trivial... anyone able to help? This is the .rej output (apps/playlist.c.rej)

***************
*** 527,532 ****
          playlist->fd = open(playlist->filename, O_RDONLY);
      if(playlist->fd < 0)
          return -1; /* failure */

      gui_syncsplash(0, ID2P(LANG_WAIT));

--- 551,558 ----
          playlist->fd = open(playlist->filename, O_RDONLY);
      if(playlist->fd < 0)
          return -1; /* failure */
+     if(lseek(playlist->fd,0,SEEK_SET) < 0) /* reset seek position*/
+         return -1; /* failed  */

      gui_syncsplash(0, ID2P(LANG_WAIT));
Logged

Offline kiwibird

  • Member
  • *
  • Posts: 8
Re: How do I display tag info on playlists...
« Reply #4 on: January 17, 2009, 12:57:05 PM »
Why isn't this on by default? Does it make playlist scrolling even slower?

By the way, in case id3 tags do slow it down, is there any simple way to make the playlist starting displaying from the end (ie. right) of the filename? That would make the "View Playlist" option actually..well..usable, since otherwise one has to wait forever until the actual song name shows up...

(Hmm, the ".mp3" at the end should also be cropped there, that's totally useless...)
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  How do I display tag info on playlists...
 

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

Page created in 0.081 seconds with 15 queries.