-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Create/Import a Playlist from a csv formatted file without tracklocations #15209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Please ammend all Git commits to one! |
I try it, it's awesome.
|
Thanks @Eve00000 for columns and tooltip.
|
I fixed that yesterday, still need to push changes.
Coreect, but the edits don't have effect, but it would be nicer to disable it. True.
Putting the 'status' first would make it more difficult to sort on the artist to find the missing tracks (which is the reason to create a report). |
A "couple of espressi "- project, if there's interest it can be adapted/changed:
With this feature it's possible to create/import a playlist from a file that doesn't contain the locations of the track-files.
import file can be *.csv or *.txt
!!! the format needs to be respected, so commas need to be placed also when a title/artist is not added in the txt file.
Handy when creating a preparation in another program (notepad, texteditor, music service)
The 1st (header-)line of the file needs to contain the format of the lines (containing the artist & title/song).
some examples:
Workflow:
A dialog opens to select the file you want to import
after opening/checking the file a dialog will show
doubleclick on a track to add the found track to the new playlist (named as filename + date + time) the dialog will proceed to the next line in the import-file.
select multiple tracks and click on "add selection" to add multiple tracks to the new playlist, press 'next' to proceed to the next line in the import-file.
all lines in the import file will be processed until end of file or press on cancel.
after processing a line (adding a result to the playlist or not) a result ("imported"/"not imported') for the search will be written to a report file (txt file on the location of import file), when pressing cancel all remaining tracks will be added as "not imported".
if the results don't contain the right track, press "next"
Upd:ate