mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[GH-ISSUE #44] CLI Program? #586
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#586
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 @hax4dazy on GitHub (Aug 13, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/44
Since this is a python script converting this to a CLI program would be quite easy. It would also allow this to be ran on loop every 12 hours or only after a spotify playlist has been updated. Would make it easier to keep my music library up to date if I add anything new to a playlist for example.
@0PandaDEV commented on GitHub (Aug 16, 2025):
And it would also make it Linux compatible.
@hax4dazy commented on GitHub (Aug 16, 2025):
It already is? Since its just a bunch of Python scripts you can install whatever necessary dependencies it needs and just run the script yourself. This already got addressed in #31
@jelte1 commented on GitHub (Aug 23, 2025):
I had the same idea, ended up taking out the UI code and turning it into a CLI. Passed the settings as command line parameters, and it just runs on a timer to check for updates.
@hax4dazy commented on GitHub (Aug 23, 2025):
Do you have your code up on a repo somewhere? Could look into making a Docker container for it so I can integrate it with my systems.
@jelte1 commented on GitHub (Aug 23, 2025):
Yes i just made a fork repo its on there. Not the greatest piece of code but it works fine for me
https://github.com/jelte1/SpotiFLAC-CLI
@afkarxyz commented on GitHub (Dec 24, 2025):
or you can use the latest version from https://github.com/afkarxyz/SpotiFLAC/pull/161