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
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  wps 'next' never works
« previous next »
  • Print
Pages: [1]

Author Topic: wps 'next' never works  (Read 2241 times)

Offline painless-shadow

  • Member
  • *
  • Posts: 10
wps 'next' never works
« on: January 13, 2007, 09:57:27 AM »
Hi,
I've tried several WPSs and themes, some of them had the 'next' feature, but none of them showed any information. When 'next' appears, all the fields remain blank.

I've tried searching for the answer, but couldn't find any good documentation on the 'next' feature.
Am I missing something?  ???
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: wps 'next' never works
« Reply #1 on: January 13, 2007, 10:37:02 AM »
That tags work fine for me. Are you sure your files (especially the one that should show up when testing) are tagged properly?
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline DanManners

  • Artist
  • Member
  • *
  • Posts: 161
  • Eating Babies Since 1991!
    • Myspace (Add Me!!)
Re: wps 'next' never works
« Reply #2 on: January 13, 2007, 10:38:40 AM »
What themes specifically. It could be a glitch with new builds, and what model MP3 Player are you using?
Logged

Offline PaulPosition

  • Member
  • *
  • Posts: 76
Re: wps 'next' never works
« Reply #3 on: January 13, 2007, 11:11:28 AM »
Also, Next doesn't usually appear until you're about 10 to 20 seconds into the song, when Rockbox has started buffering the 'next' song. If you ffwd through an album, you'll never see 'next' coming up.
Logged

Offline Genre9mp3

  • Artist
  • Member
  • *
  • Posts: 146
Re: wps 'next' never works
« Reply #4 on: January 13, 2007, 11:30:32 AM »
Quote from: PaulPosition on January 13, 2007, 11:11:28 AM
Also, Next doesn't usually appear until you're about 10 to 20 seconds into the song, when Rockbox has started buffering the 'next' song. If you ffwd through an album, you'll never see 'next' coming up.

This time depends on the target (AFAIK Coldfire targets buffer the songs faster than PP targets) and on the size of the tracks played (bigger files need longer times to get buffered). Moreover, IIRC if the track is bigger than the buffer itself (this happens a lot on Archos devices that have limited RAM) then the Next tag will never show up. I guess, a solution to this would be the metadata-on-buffer idea that was discussed on IRC.

PS: To my experience a typical time for H300 is 4-5 sec until the Next tag show up.
Logged

Offline painless-shadow

  • Member
  • *
  • Posts: 10
Re: wps 'next' never works
« Reply #5 on: January 13, 2007, 03:35:04 PM »
Seems I have missed something:
I was playing a couple of albums that didn't have id3 tagging...
Silly me, I didn't realize that the 'next' feature reads only id3 info. The WPS showed me the name of the songs (which were actually the names of the files), so I assumed the 'next' feature didn't work, since it didn't show any info.

So now I wish that someone will make 'next' to read the name of the file, in case no id3 info is present. Is that possible?

Thanks for answering.
Logged

Offline PaulPosition

  • Member
  • *
  • Posts: 76
Re: wps 'next' never works
« Reply #6 on: January 13, 2007, 03:52:46 PM »
It shouldn't be too hard to do, if you're willing to edit the .wps file yourself.

You'd need to find something that looks like :
Code: [Select]
%?Ia<%Ia>
(note the capitalization of the letter I.. %ia is artist, %Ia is next artist)

and change that to :
Code: [Select]
%?Ia<%Ia|%D2>

That will take care of the artist, at least if you use a /artist/album/songs directory structure. (d2/D2 is second directory from the right, so artist).

Then if you also find ...:
Code: [Select]
%?It<%It>

You'll need to change it to :
Code: [Select]
%?It<%It|%Fm>
Which will show the next songs' filename.

With those, you'll have information from tags if those are available, and if not, they'll get replaced with filename and second-dir-from-end-of-file-path.

http://www.rockbox.org/twiki/bin/view/Main/CustomWPS will have any information you need to customize it to your liking.

Good luck
« Last Edit: January 14, 2007, 01:05:36 AM by PaulPosition »
Logged

Offline Genre9mp3

  • Artist
  • Member
  • *
  • Posts: 146
Re: wps 'next' never works
« Reply #7 on: January 13, 2007, 07:54:58 PM »
Quote from: painless-shadow on January 13, 2007, 03:35:04 PM
So now I wish that someone will make 'next' to read the name of the file, in case no id3 info is present. Is that possible?

This is already implemented in many wps. For instance, iCatcher which is bundled in the builds does this. But as PaulPosition mentioned you can easily edit your favorite wps file to do this.
Logged

Offline painless-shadow

  • Member
  • *
  • Posts: 10
Re: wps 'next' never works
« Reply #8 on: January 14, 2007, 02:06:52 AM »
Thanks, I did :)
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  wps 'next' never works
 

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

Page created in 0.097 seconds with 15 queries.