MagiX13
MagiX13
I had a similar issue which came with the version after 0.33.1-3 in arch. Following the suggestion, I switched from pipewire back to pulseaudio and the issue was fixed (at...
As I had the same issue, I found some information in the [code](https://github.com/mediathekview/mediathekviewweb/blob/master/server/RSSFeedGenerator.ts#L63) A workaround/fix is simply adding the size argument to the feed url, like so: https://mediathekviewweb.de/feed?query=%23Tatort&size=1 (to get...
I could be entirely wrong here as I never worked with anything from the underlying stack, but isn't this supported in nuxt using the runtime config, as described with basically...
I have the same issue when starting to track via intents (I have a device that I use only for sport activities and use tasker to start tracking once the...
I'm using nginx indeed. For some reason I can no longer access it directly via http://$ip:$port/$basedir, so difficult to test without
I wrote a few lines that allow to replace placeholders for Season (%S), Episode (%E), Episode title (%T), published Year (%Y), Month (%M) and Day (%D) with the respective information...
Pinging @advplyr for potential input on the above
Then I need to play a bit around with the FE as well I was wondering if this should be a podcast library setting or a podcast specific setting (taking...
I read a bit about the docker crontab issues. As this is running crontab as a service in the background, I wouldn't expect much of an issue here to be...
turns out having the correct python path helps running the tasks :)