mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #36] Ability to play tracks without overwriting (when skip disabled) #31
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @m1dst on GitHub (Jun 14, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/36
You can skip tracks already downloaded. This is useful if all you want to do is rip anything you haven't already ripped.
If this is disabled, then all tracks will play. This is also useful when you just want to play all tracks.
However, if you wish to listen to a playlist and rip anything you already haven't already downloaded, you can't cleanly do it.
The track will download and then transcoded even if it already exists. Whilst this might not be an issue, the date of the file is overwritten making it harder to find "new" tracks but worse, if you have modified the file in some way, perhaps added additional metadata, it is lost.
Could you add another option "Overwrite downloaded tracks". Using this in combination with Skip would be very flexible.
@Rafiuth commented on GitHub (Jun 18, 2022):
Tracks are not supposed to get overwritten, there's a check before ffmpeg is even called.
Are there any warnings in
log.txtlike these?:@m1dst commented on GitHub (Jun 21, 2022):
You are indeed correct, conversion is skipped. The "downloading" icon is what confused the situation.