Alain Nussbaumer
Alain Nussbaumer
Yes, I know this file is there, but I can't modify it there because it is the wrong place to modify it and its default content is totally useless. It...
@ljmccarthy, I moved to a more standard Gnu/Linux distribution. All my problems have been solved. (And I know this is no solution to this problem)
In your configuration (owntone.conf), you need to configure two parameters: - [allow_modifying_stored_playlists](https://owntone.github.io/owntone-server/configuration/#allow_modifying_stored_playlists), and - [default_playlist_directory](https://owntone.github.io/owntone-server/configuration/#default_playlist_directory) Make sure that you provide the correct permissions to the directory you specified under default_playlist_directory....
The two parameters seem to be configured correctly. I would add the directory `/home/pi/Radio` in the directory list as well. ```conf library { allow_modifying_stored_playlists = true default_playlist_directory = "/home/pi/Radio/Rip" directories...
What kind of file is `/file:/home/pi/Radio/Rip/Chue am Waldrand`? The message in the logs is telling you that the file type is unsupported in the playlist. ```log Unsupported data kind for...
I was not being judgmental about what you’re listening. 😅 I should have asked, what is the type of data you have in the mystream file? Is it a regular...
Sorry, I can't help you with the arecord command. Never used it myself. I also don't know from what comes the error below: ```log [2024-05-04 21:18:04] [ LOG] xcode: Error...
@BenDataAnalyst, I never used Linux Containers (LXC). I'm curious how you configured OwnTone within a LXC container. Do you have any documentation? It could be worth adding this information to...
This is the result I receive. I hope this helps. ```gdb hread 1 "owntone" hit Breakpoint 6, safe_hextou64 ( str=0x7fffee08ccac "000982FFC385@Salon", val=0x7fffffffe2c0) at misc.c:714 714 *val = (uint64_t)intval; (gdb) bt...
Well, well, well... I wasn't able to reproduce the same error. But I got the following trace. It doesn't seem to be related. ```gdb Thread 9 "spotify" received signal SIGABRT,...