funkwhale/changes
Blopware 0c8f4400b0
Sanitize remote tracks' saving locations with slashes on their names
For that case, the resulting saved file made use of these slashes to
store the tracks in subdirectories of federation_cache/xx/xx/xx, instead of
in the federation_cache/xx/xx/xx directory itself. As a consequence, the
tracks are downloaded in the wrong location, and upon any trial of
playing the tracks, funkwhale responds with the message
"The track cannot be loaded. You can have connectivity issues"

An example of a podcast with this kind of RSS items is located in
https://www.rtve.es/api/programas/2082/audios.rss

This commit overcomes this by a simple replacement of the offending
slashes to hyphens.
2021-05-09 17:51:45 +02:00
..
changelog.d Sanitize remote tracks' saving locations with slashes on their names 2021-05-09 17:51:45 +02:00
__init__.py Now use towncrier for changelog management 2018-02-27 19:04:50 +01:00
notes.rst Fix #1099: Dropped python 3.5 support. Python 3.6 is the minimum required version 2020-08-20 12:11:47 +02:00
template.rst Fixed link to upgrade instructions 2020-09-09 18:05:03 +02:00