Handle music directories disappearing better #33

Closed
opened 2016-03-11 15:10:09 -05:00 by anna · 0 comments
Owner

My media harddrive keeps going into "I/O ERROR EVERYTHING!" mode. If this happens during normal playback, then Ocarina loops forever looking for a track to play. If this happens during a library update, then the entire library will vanish. This is bad.

I think I need the following checks:

  • During a library scan, check if the path still exists.
  • During error recovery, check if the library still exists.

If either of these fails, then disable the library behind the scenes to prevent deleting data or entering an infinite "pick the next track" loop.

My media harddrive keeps going into "I/O ERROR EVERYTHING!" mode. If this happens during normal playback, then Ocarina loops forever looking for a track to play. If this happens during a library update, then the entire library will vanish. This is bad. I think I need the following checks: - During a library scan, check if the path still exists. - During error recovery, check if the library still exists. If either of these fails, then disable the library behind the scenes to prevent deleting data or entering an infinite "pick the next track" loop.
anna referenced this issue from a commit 2016-03-21 12:37:08 -04:00
5979d1dcafe2a2a2a80dbc88f12f29874342883f
anna closed this issue 2016-03-23 20:51:01 -04:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anna/ocarina#33
No description provided.