Thomas Gambet

Results 12 comments of Thomas Gambet

I understand the issue. However there is already a way you can prevent the compilation albums from splitting up. The first column of the library correspond in fact to the...

Hello @joaoherberto, Thanks for your enthusiasm! The issue here is that Musicalypse uses websockets to communicate with the server. You need to take that into account when setting up your...

Try changing: `RewriteRule .* "wss:/localhost:8080/$1" [P,L]` To: `RewriteRule .* "ws:/localhost:8080/$1" [P,L]`

Oops, I meant `ws://localhost:8080/$1` and not `ws:/localhost:8080/$1`. I know for sure that the issue comes from the websocket not going through the proxy. The rest of the config is fine....

Great! Thank you for documenting your efforts. I'll update the documentation with these findings when I have time.

Looks like you have to edit `/etc/rc.local`.

That is certainly something doable. At the time it didn't seem necessary since I focused mainly on the desktop version of Musicalypse. To be honest however, since I got very...

Hello, Please try installing Musicalypse through the available AppImage directly. This might fix your issue. https://github.com/tgambet/musicalypse/releases

On launch, Musicalypse scans the library directory and removes any file that has been deleted or that it doesn't have access to anymore. I guess in your case the external...

I'll try to take a look as soon as I can. In the meantime could you give me the exact steps to reproduce?