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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Album Playback Order
« previous next »
  • Print
Pages: [1]

Author Topic: Album Playback Order  (Read 1804 times)

Offline PaulMoore

  • Member
  • *
  • Posts: 3
Album Playback Order
« on: April 14, 2013, 08:33:45 AM »
I just installed Rockbox on my Sansa Clip+ because the original Sandisk software could not handle the number of files that I had on my 32GB card.

Unfortunately, there seems to be a "deal breaker" because of the way that it plays music.  I use the Player in my car to have music while I am driving, mostly playing classical music.  On the original software, I would set it to play a certain artist (Say Beethoven) and then it would play through the Albums, then through the individual tracks on the album, etc.
For example it will play in this order:
Album - Beethoven Symphony No 1
              Symphony No 1 - 1st Movement
              Symphony No 1 - 2nd Movement
              ...
Then
Album - Beethoven Symphony No 2
              Symphony No 2 - 1st Movement
              Symphony No 2 - 2nd Movement
              ...


This is also the way that my players on my computer  (Rhythmbox abd Banshee) handle it

Unfortunately, the roxbox software plays all of the tracks in order, without sorting by albums.

i.e.  it will play in this order:
Album - Beethoven Symphony No 1
              Symphony No 1 - 1st Movement
Album - Beethoven Symphony No 2
              Symphony No 2 - 1st Movement
Album - Beethoven Symphony No 3
              Symphony No 3 - 1st Movement

This is not the way that I want to listen to music. >:(

I know that I could set up a bunch of playlists, but that would be a HUGE amount of work. :(

Is there any simple way to do this, or do I have to submit a bug request?
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Album Playback Order
« Reply #1 on: April 14, 2013, 09:41:09 AM »
How have you created the playlist on Rockbox? Are you using the Database or the file browser? I tried adding multiple albums to the dynamic playlist (I'm usually listening to single albums only) and it worked as expected -- the playlist contains all tracks of the first album, followed by the second and so on. Also, what version on Rockbox are you using?
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline PaulMoore

  • Member
  • *
  • Posts: 3
Re: Album Playback Order
« Reply #2 on: April 14, 2013, 01:06:40 PM »
I am using Rockbox Version 3.13

No, I have not tried creating a playlist - AS I said before, "that would be a HUGE amount of work", even to add multiple albums.   On the original Sansa software (Or on Rhythmbox  or Banshee on my Linux computer), I would just choose Beethoven, and then it would do it from there, no further fiddling with playlists.   I am using the database tool to select music.


« Last Edit: April 14, 2013, 01:28:04 PM by PaulMoore »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Album Playback Order
« Reply #3 on: April 14, 2013, 01:24:15 PM »
What about bluebrother's other questions?
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: Album Playback Order
« Reply #4 on: April 14, 2013, 05:57:26 PM »
Quote from: PaulMoore on April 14, 2013, 01:06:40 PM
On the original Sansa software (Or on Rhythmbox  or Banshee on my Linux computer), I would just choose Beethoven, and then it would do it from there, no further fiddling with playlists.   I am using the database tool to select music.
Unfortunately this is a limitation of our current database implementation. If you select "all tracks" under an artist, genre, etc, the resulting track list is always just alphabetical by track name, not sorted by further subcategories like album.

If your files are arranged in Artist\Album\Track layout, then you can make this work as you want by not using the database and instead just long-pressing on the artist's folder in the file browser and inserting the folder into the playlist: this will add all subfolders recursively (as long as you haven't disabled recursion in the settings) and it will add them one subfolder at a time, giving you the right playback order.
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline PaulMoore

  • Member
  • *
  • Posts: 3
Re: Album Playback Order
« Reply #5 on: April 15, 2013, 05:57:27 AM »
torne,

Thank you for your reply.  I for the most part have my files organized that way by artists /composers.

Could you point me in the right direction in the manual on how to add to a playlist and enable recursion.  I will see if it works for me.

Also,  are there any plans to add the feature to your database implementation?

Thanks
Logged

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: Album Playback Order
« Reply #6 on: April 15, 2013, 08:28:30 AM »
Nobody has made any significant changes to the database code for a really long time; few if any current developers really understand that code, and few developers use the database in the first place (it was implemented mostly as a workaround for devices full of music in iTunes's mangled directory structure).
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline evilnick

  • Rockbox Expert
  • Member
  • *
  • Posts: 431
Re: Album Playback Order
« Reply #7 on: April 15, 2013, 09:47:21 AM »
Quote
Could you point me in the right direction in the manual on how to add to a playlist and enable recursion.  I will see if it works for me.

Remember that you should be using the File Browser, not the Database for this.
It's probably best to have a good read of the manual.
Specific links are here: http://download.rockbox.org/daily/manual/rockbox-sansaclipplus/rockbox-buildch4.html#x7-390004.1 and http://download.rockbox.org/daily/manual/rockbox-sansaclipplus/rockbox-buildch4.html#x7-720004.4.3 but I do recommend that you read the whole thing, so as to understand as much as possible, and reduce the support burden.

Those links *should* enable you to achieve what you want, but do ask if anything is unclear.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Album Playback Order
 

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

Page created in 0.096 seconds with 15 queries.