freyr-js
freyr-js copied to clipboard
Weird case when downloading a playlist with track that exists in another directory
As mentioned in https://github.com/miraclx/freyr-js/pull/350#issuecomment-1250316825
An unintended side effect here is with playlist generation, if a file exists in a check dir, but not the output directory and downloading was skipped, it doesn't get included in the playlist.
Opening this issue for visibility.
Options are:
- Use the first match we find in the playlist.
- Create a link to the first match we find in the output directory, and use the link in the playlist.
- Leave it up to the users to decide, by providing flags like
--playlist-link-altor--playlist-use-alt.