YCast/ycast
milaq c6f4fe1691 Custom stations: Revisit checksum generation
Some AVRs do not allow an ID larger than 15 characters. Thanks to Marc for pointing that out.
Use a MD5 hash (128), XOR fold it (64) and cut it to size (48). This way we _should_ still have enough uniqueness and can generate a checksum which fits the limits.
2019-08-25 13:42:31 +02:00
..
__init__.py major rework of backend features 2019-07-09 18:44:56 +02:00
__main__.py Werkzeug: Do not log every request when not using debug mode 2019-08-19 13:42:19 +02:00
generic.py Unify station id generation 2019-08-19 13:57:35 +02:00
my_stations.py Custom stations: Revisit checksum generation 2019-08-25 13:42:31 +02:00
radiobrowser.py Radiobrowser: Handle connection errors 2019-08-21 00:21:29 +02:00
server.py Add ability to fetch single station element by hardcoded vTuner URL 2019-08-22 23:16:40 +02:00
vtuner.py Make YCast aware of played streams 2019-08-22 20:30:29 +02:00