plexdlnaplayer icon indicating copy to clipboard operation
plexdlnaplayer copied to clipboard

track randomly skipped

Open psmelion opened this issue 2 years ago • 2 comments

hi songchenwen,

Great piece of software !

playing from local server seems fine. But when playing from shared remote server, it will randomly skip tracks.

Let's say an album with 10 tracks, it will randomly skip 2 or 3 tracks. If I manually play the skipped track again , it always works.

It seems when the next track start, it timeout and jump to next track .

If there is some timeout or delay value between tracks I can adjust in the script, it may solve my problem !

My test is using web client.

Thanks !

psmelion avatar Aug 17 '22 16:08 psmelion

Please search for 'timeout=' in 'dlna_device.py'. I think the default value is too short for wan.

songchenwen avatar Aug 17 '22 22:08 songchenwen

Great advice! I changed timeout=5 to 10 (I assume it's in second?). And played a whole album without issue from remote shared library! Will test more.

psmelion avatar Aug 18 '22 08:08 psmelion