msjumbu / ilyrics

Automatically exported from code.google.com/p/ilyrics
0 stars 0 forks source link

Crash if file is deleted #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If I have deleted a file, but not updated iTunes, which means the file
doesn't exist, but it is in the iTunes library, it causes iLyrics to crash.

Just let it skip instead.

Original issue reported on code.google.com by kristian...@gmail.com on 29 Dec 2007 at 3:54

GoogleCodeExporter commented 9 years ago
I got this problem too...and a list of 8000 songs also make some troubles

Original comment by idea2...@googlemail.com on 28 Jan 2008 at 5:19

GoogleCodeExporter commented 9 years ago
This one is annoying because it's so hard to tell which of your songs is 
missing in
iTunes.

Original comment by golduck...@gmail.com on 21 Feb 2008 at 1:10

GoogleCodeExporter commented 9 years ago
Yep, it's still real as of 3/19/08.  Crashes when the (!) is next to a song in 
the
listing. The first post above is the right solution, skip the song instead.

Original comment by mit...@gmail.com on 20 Mar 2008 at 1:33

GoogleCodeExporter commented 9 years ago
I was having this problem too. I couldn't even use the program, so I downloaded 
the
source and literally added 3 lines of code and the problem was fixed. In
LyricsUpdater.cs, I added a check in the UpdateLyrics function. Right at the
beginning of the for loop I have the following statement:

if (File.Exists(currentTrack.Location))

then I just continue the loop if this fails. I have attached my updated source 
code
in case the author wants to add this.

Original comment by casey.j....@gmail.com on 20 Jul 2008 at 10:17

Attachments:

GoogleCodeExporter commented 9 years ago
Hopefully fixed in the latest installer. :)

Original comment by mcored on 19 Sep 2008 at 2:47