- Status Closed
- Percent Complete
- Task Type Patches
- Category
-
Assigned To
bagder - Operating System
- Severity Very Low
- Priority Defer
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#1340 - Playlist Creation
Auto generates playlists:
if your mp3s are sorted in the form
Artist / Album
then this will auto create playlists in a .playlist directory
for every artist and album you have.
just replace the create_playlist() function in tree.c with
the function in the attached txt file.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Sorry, but I don’t think we can apply this to the general
main sources, as we cannot assume any particular file naming.
something similar could be made with all the playlists being put
in enumerated dirs based upon the depth once mkdir() is
implimented. also could work recursively and sort the files in
each dir alphabeticaly, which im trying to impliment, but it
does not seem to work with any speed, taking about 20min for
about 2000 mp3s.