Skip to content
Snippets Groups Projects
  1. Apr 29, 2021
    • blopware's avatar
      Lint · ed115e9e
      blopware authored
      ed115e9e
    • Blopware's avatar
      Sanitize remote tracks' saving locations with slashes on their names · a3504ae9
      Blopware authored and blopware's avatar blopware committed
      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.
      a3504ae9
  2. Apr 28, 2021
  3. Apr 25, 2021
  4. Apr 24, 2021
  5. Apr 22, 2021
  6. Apr 21, 2021
  7. Apr 13, 2021
  8. Apr 12, 2021
  9. Apr 11, 2021
    • Tony Wasserka's avatar
      Properly handle redundant MediaSession play/pause requests · 7900c2d0
      Tony Wasserka authored
      MediaSession pause requests may happen even when Funkwhale is already in a
      paused state. Previously FW would flip between play/pause without
      consideration for the current state instead of doing nothing when
      the playback state matches the requested one.
      
      Notably, this made Funkwhale resume audio playback when entering sleep mode
      on my system.
      7900c2d0
  10. Apr 10, 2021
  11. Apr 08, 2021
  12. Apr 07, 2021
Loading