Export Playlists to M3U with relative paths
Bug #672778 reported by
toomuch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Wishlist
|
RAFFI TEA | ||
1.10 |
Fix Released
|
Low
|
RAFFI TEA |
Bug Description
It would be cool to be able to export playlists to several formats (M3U preferred in my situation). You could then burn the music or use it with other media players, e.g. with XBMC in your living room...
Related branches
lp://staging/~mixxxdevelopers/mixxx/tree_item_browser
- RJ Skerry-Ryan: Approve
-
Diff: 1262 lines (+452/-121)36 files modifiedmixxx/src/dlgprefplaylist.cpp (+4/-0)
mixxx/src/dlgprefplaylistdlg.ui (+7/-0)
mixxx/src/library/autodjfeature.cpp (+3/-0)
mixxx/src/library/autodjfeature.h (+1/-0)
mixxx/src/library/browse/browsefeature.cpp (+21/-10)
mixxx/src/library/browse/browsefeature.h (+3/-1)
mixxx/src/library/browse/browsetablemodel.cpp (+33/-25)
mixxx/src/library/browse/browsetablemodel.h (+40/-34)
mixxx/src/library/browse/browsethread.cpp (+76/-30)
mixxx/src/library/browse/browsethread.h (+28/-6)
mixxx/src/library/cratefeature.cpp (+46/-3)
mixxx/src/library/cratefeature.h (+6/-1)
mixxx/src/library/itunes/itunesfeature.cpp (+3/-1)
mixxx/src/library/itunes/itunesfeature.h (+1/-0)
mixxx/src/library/library.cpp (+3/-3)
mixxx/src/library/libraryfeature.h (+11/-0)
mixxx/src/library/mixxxlibraryfeature.cpp (+2/-0)
mixxx/src/library/mixxxlibraryfeature.h (+1/-0)
mixxx/src/library/parser.cpp (+3/-0)
mixxx/src/library/parser.h (+1/-0)
mixxx/src/library/parserm3u.cpp (+34/-0)
mixxx/src/library/parserm3u.h (+3/-0)
mixxx/src/library/parserpls.cpp (+31/-0)
mixxx/src/library/parserpls.h (+2/-0)
mixxx/src/library/playlistfeature.cpp (+46/-2)
mixxx/src/library/playlistfeature.h (+6/-1)
mixxx/src/library/preparefeature.cpp (+5/-0)
mixxx/src/library/preparefeature.h (+1/-0)
mixxx/src/library/promotracksfeature.cpp (+3/-0)
mixxx/src/library/promotracksfeature.h (+1/-0)
mixxx/src/library/rhythmbox/rhythmboxfeature.cpp (+3/-1)
mixxx/src/library/rhythmbox/rhythmboxfeature.h (+1/-0)
mixxx/src/library/sidebarmodel.cpp (+18/-3)
mixxx/src/library/sidebarmodel.h (+1/-0)
mixxx/src/library/traktor/traktorfeature.cpp (+3/-0)
mixxx/src/library/traktor/traktorfeature.h (+1/-0)
summary: |
- Export Playlists to M3u with relative paths + Export Playlists to M3U with relative paths |
Changed in mixxx: | |
assignee: | nobody → RAFFI TEA (raffitea) |
status: | Confirmed → In Progress |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Importing playlists would be also cool.