Flow
- 8 Devlogs
- 12 Total hours
Flow is a music player in terminal with offline and online support.
Flow is a music player in terminal with offline and online support.
Finally after hard work as i have never uploaded anything to Pypi anything before so totally a disaster that includes import error and much more.
pip install flow-twinx
fixed the error when doing install.sh in windows as the path are not same in linux and windows
added readme.md and finished by adding features listed also added install.sh
made few things as listed:
adding :
Re-started the project and this time adding both offline and online features i.e. yet to implement , i have already made the ping.py file so it can check if host has connections.
also some few changes in future :-
Tried too much to add cross-fade but the audio just glitches , will be trying more if not possible i will leave this feature and focus on something different.Also added the bash install for different os so it becomes flow play not py main.py play.
Finally made functional and working , have to make it once more took more help from AI i didn’t wanted to but sometimes vlc was giving error and sometimes yt_dlp even though i was following the module guide , i don’t know what was happening. Currently adding the spinners and more things.
Features added till now:
| | This is my first post on this project , this project is about a feature rich and apple music inspired terminal music player | | . Today i made basic commands like play , delete , random , like .etc . The best part was to create the file handling as i have learned how to handle the .yaml files instead of json files for settings and hardest part was nothing except me trying to use vlc without AI or docs.