wetfish / sync

Synchronize audio and video between friends! Supports HTML5 video, YouTube, and Vimeo
27 stars 8 forks source link

req: skip non-media files #14

Closed mozai closed 4 years ago

mozai commented 5 years ago
Error: /media/0000-00-00.m3u is an unsuported file type
[nodemon] app crashed - waiting for file changes before starting..

media folders often old non-video / non-audio files (ie. .m3u playlists, .nfo text, .jpg cover art). You already examine each file to get stream duration, could raise a warning about incompatible files and just keep going without including them in the playlist the daemon generates at starttime.

itsrachelfish commented 4 years ago

This was fixed by @AngelGzS in #39