You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked the Changelog that the issue is not already fixed.
I believe this issue is a bug, and not a general technical issue, question or feature requests that can be discussed on the forum.
Describe the bug
When a file in a playlist is (temporarily or not) inaccessible when unpausing its playback, Strawberry stops playback with an error
Could not read from resource.
../plugins/elements/gstfilesrc.c(379): gst_file_src_fill (): /GstPlayBin3:pipeline-32-pipeline/GstURIDecodeBin3:uridecodebin3/GstURISourceBin:urisourcebin235/GstFileSrc:filesrc235: system error: Invalid argument
This is correct behavior up to this point.
However, when resuming playback using the play/pause hotkey, or button, it will start playing the file at the top of the playlist.
To Reproduce
Create a playlist. Include a file that's stored on a network drive, and put it somewhere other than the top entry in the playlist.
Start playing this networked file. Pause its playback.
Disconnect the network drive (or put the PC into sleep mode so the connection is lost.)
Unpause. See the error message.
Press the play/pause button again.
Expected behavior
Strawberry should remember its position in the playlist and re-attempt to play the file, like how it remembers its position when you fully close the Strawberry application. It'd be even better if it also remembered the position in the file, but that's a bit of a rare use-case.
Screenshots:
If applicable, add screenshots to help explain your problem.
System Information:
Operating system: Windows 10
Strawberry Version: 1.0.23
Additional context
The only time network drives get disconnected is when my system is put into sleep mode. When it wakes, network drives are automatically reconnected, but Strawberry can't resume playback because the file pointer is different.
Workaround
Don't unpause, but double click the paused entry in the playlist, forcing Strawberry to re-open the file and begin playback from the beginning.
Other workaround is to manually close Strawberry before putting the PC to sleep, and starting it back up after the system wakes.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a file in a playlist is (temporarily or not) inaccessible when unpausing its playback, Strawberry stops playback with an error
This is correct behavior up to this point.
However, when resuming playback using the play/pause hotkey, or button, it will start playing the file at the top of the playlist.
To Reproduce
Expected behavior
Strawberry should remember its position in the playlist and re-attempt to play the file, like how it remembers its position when you fully close the Strawberry application. It'd be even better if it also remembered the position in the file, but that's a bit of a rare use-case.
Screenshots:
If applicable, add screenshots to help explain your problem.
System Information:
Additional context
The only time network drives get disconnected is when my system is put into sleep mode. When it wakes, network drives are automatically reconnected, but Strawberry can't resume playback because the file pointer is different.
Workaround
Don't unpause, but double click the paused entry in the playlist, forcing Strawberry to re-open the file and begin playback from the beginning.
Other workaround is to manually close Strawberry before putting the PC to sleep, and starting it back up after the system wakes.
The text was updated successfully, but these errors were encountered: