the most simplest way would be to implement something like this into `songlist.py`: ``` try: song = Song(path) except: continue ```