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
| |-+  Audio Playback, Database and Playlists
| | |-+  Playlist catalogue - more than one playlist directory?
« previous next »
  • Print
Pages: [1]

Author Topic: Playlist catalogue - more than one playlist directory?  (Read 1958 times)

Offline OldSnake

  • Member
  • *
  • Posts: 2
Playlist catalogue - more than one playlist directory?
« on: April 17, 2012, 01:54:48 PM »
Hi,

I just flashed my Sandisk Sansa Clip+ with Rockbox 3.11.2 and am overwhelmed by all the options that I can now switch on and off. It's really amazing what the Devs have set up with this wonderful piece of software. :D

I have one question regarding the playlist catalogue: Is it possible to set more than one playlist directory? My playlists are located on the Clips internal memory and on the microSD card so I have to switch between the directories if I want to use the playlist catalogue for both memories. The manual speaks only of a "player’s specified playlist directory".

And one more thing: The original firmware of the Clip+ has a (main) menu item specifically for accessing and hearing podcasts. Is something similar planned for the main menu of Rockbox? That would be a real time saver.

Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Playlist catalogue - more than one playlist directory?
« Reply #1 on: April 18, 2012, 08:35:42 AM »
It depends what you expect from the playlist catalogue. If you put .m3u files in there with the correct paths then you could probably do that with a shortcut to switch the PC directory to the internal/uSD path. (i.e create a shortcut to run a .cfg which just has that one setting set, then the main menu would go to the right one).

As for the second question, there are ways to do that with the database
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline johnb

  • Member
  • *
  • Posts: 207
Re: Playlist catalogue - more than one playlist directory?
« Reply #2 on: April 18, 2012, 02:49:31 PM »
Also for the PODCASTS directory I use a shortcut ...
Logged

Offline OldSnake

  • Member
  • *
  • Posts: 2
Re: Playlist catalogue - more than one playlist directory?
« Reply #3 on: April 21, 2012, 03:29:50 PM »
Already created some shortcuts, but it's nonetheless a bit more inconvenient than the OF...

Rockbox already scans all available memory spaces, why not put all found playlist files into the playlist catalogue automatically by default? Is something like that planned for a future release?  ???
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Playlist catalogue - more than one playlist directory?
« Reply #4 on: April 21, 2012, 08:04:13 PM »
because it isnt that simple. and noone has done the work needed.
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Playlist catalogue - more than one playlist directory?
« Reply #5 on: April 21, 2012, 08:19:49 PM »
We should probably put a compile time check for multivolume, and then search both the sd and internal root file systems for a playlist folder. 

(Not volunteering to do it)
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Playlist catalogue - more than one playlist directory?
« Reply #6 on: April 21, 2012, 08:22:31 PM »
Playlist Catalogue is ismply a file browser, and untill we get a unionfs type thing that wont work.

Doing it through the database makes the most sense, but the problem is we need to know which directory the playlist was in so the paths work (most .m3u files store relative paths, not absolute)
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Playlist catalogue - more than one playlist directory?
« Reply #7 on: April 21, 2012, 08:25:04 PM »
Quote from: JdGordon on April 21, 2012, 08:22:31 PM
Playlist Catalogue is ismply a file browser, and untill we get a unionfs type thing that wont work.

Does it actually need to show the raw file system though?  Couldn't we just check a few folders, concatenate their contents together in memory, and then show that? 
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Playlist catalogue - more than one playlist directory?
« Reply #8 on: April 21, 2012, 08:30:14 PM »
doing it through the database would probably invovle the same amount of work :/
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Playlist catalogue - more than one playlist directory?
« Reply #9 on: April 22, 2012, 03:48:26 PM »
Quote from: OldSnake on April 21, 2012, 03:29:50 PM
Rockbox already scans all available memory spaces

This is not correct. Depending on how you configured Rockbox it doesn't scan anything automatically. There's dircache which build a cache of the files on the player, so it scans all filenames. There's the database which can be set to autoupdate. But neither of them is enabled by default (unless this changed recently), and depending on your player you don't want those features enabled by default.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Playlist catalogue - more than one playlist directory?
« Reply #10 on: April 22, 2012, 03:52:18 PM »
Dircache is on by default now, at least on targets with enough memory to use it.
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Playlist catalogue - more than one playlist directory?
« Reply #11 on: April 22, 2012, 05:04:35 PM »
Quote from: saratoga on April 22, 2012, 03:52:18 PM
Dircache is on by default now, at least on targets with enough memory to use it.

It is? Ok, then I guess I missed when that was changed.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Playlist catalogue - more than one playlist directory?
 

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

Page created in 0.097 seconds with 15 queries.