greendoescode / vlc-rpc

Discord rich presence for VLC media player. This is a fork of PigPogs VLC RPC, adding automatic album art.
MIT License
16 stars 3 forks source link

Fixed issue with short timeout for VLC startup #15

Closed sdasda7777 closed 1 year ago

sdasda7777 commented 1 year ago

This fixes an issue that I had for some time, where the first start up wouldn't work, because the VLC would start up too slow. It is fixed by adding a delay and a retry when VLC is not found to be running.

greendoescode commented 1 year ago

Is this confirmed working with video, streams etc

sdasda7777 commented 1 year ago

I didn't test it as much in this sense, but will do that. Could you try if it works with detached setup? 😅

sdasda7777 commented 1 year ago

I tried testing a stream (https://cdn.flowplayer.com/a30bd6bc-f98b-47bc-abf5-97633d4faea0/hls/de3f6ca7-2db3-4689-8160-0f574a5996ad/playlist.m3u8), and it shows it as playlist.m3u8, doesn't show the metadata of the video. However I don't think that has anything to do with this PR, and everything else works as expected, at least for me 😅

greendoescode commented 1 year ago

Here we go

sdasda7777 commented 1 year ago

Thanks! 😁