-
Notifications
You must be signed in to change notification settings - Fork 94
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
manipulate stations.yml with web-service and som extentions on landing page #117
base: master
Are you sure you want to change the base?
Conversation
… of station-counts
It's better with the IP. :-D |
Only the first category of my favorites is displayed and the others are deleted by adding a station. |
I hope you have a backup, and... the web is still evolving. Ahh, I see you didn't select a category in the bookmark header... then 'others' will automatically be set as the bookmark category! In this case, all other bookmark items with a different category are hidden, but not deleted. |
Even if I repeat myself, the é is not a legal character in a *.yaml file. It is encoded. The stations.yml is just a location. I tried it: The character is displayed correctly on the AVR amplifier. BTW: If you modified the stations.yml and set the é in the stations.yml file, it es possible, the python cannot decode it. |
The two attached files show the modifications of stations.yml after using the web service. |
Aaah thank you for the file, there is a bug with empty favicon-link. It stops on error-exception. Fix in process on the website |
Perfect for me! |
Could you create a Docker image with your fork? I use ycast docker on Qnap with success, but it looks like your commits would not be merged into original project anytime... |
Sorry, I have no knowhow about docker. |
Me too |
…automatically, use SIHUP to trigger. API to query/modify filters/limits.
Filter/limits control API
Catchup with upstream
Documented format in filter.yml.example. Bumped the version number to 1.3.0. Added example api calls.
The filter.yml file is not automatically created in my working directory, is this normal? |
This is normal. |
@ThHanika/YCast is now a docker-file made |
Overhaul of filter/limits
Added --break-system-packages to pip3 command lines to fix build error (experienced on Ubuntu and Debian)
Dockerfile gives error on pip3 lines
Add entry_points in setup.py to enable installation via pipx
I hop it helps, here the website