
After years of complaining about how all extant iTunes lyrics-displayers and importers suck, I finally bit the bullet and wrote my own. I should have just done this a long time ago.
It's simple, but my needs were simple. Let me know if you like it.
It has a stupid name because all the other stupid names were already taken.
The binary instantly crashes on my computer running 10.6.8.
I can send the whole thing if you want.
Weird.
There's zero chance I'm gonna do anything about that unless someone sends me a patch. Sorry.
Ok. What version does it run on?
I'm running 10.8.3.
"This page best viewed by coming over and looking at it on my monitor."
The MainMenu.xib is using AutoLayout, which is 10.7+ only. AutoLayout is enabled by default in XCode 4.3+.
I don't think autolayout is doing anything for you here. The build should run on 10.6 if you disable it. To do this, go to the File Inspector in interface builder and untick "Use Auto Layout".
Here's a patch that does that, I guess.
https://dl.dropboxusercontent.com/u/12090830/jwzlyrics_disable_autolayout.patch
Cool, thanks! Give 1.1 a try?
Works now, thanks! A neat idea.
If you resize the window larger then change the font size to larger, it puts a scroll bar in a pane the size of the original window inside the current larger window. If that description makes any sense at all.
Also, FYI for those of you with ancient Macs:
Currently it relies on automatic reference counting, so I think that precludes it from working on 10.5, or on any non-64-bit-Intel Mac. Making it work without ARC would probably not be much work, but I haven't bothered.
Given that if you are not running 10.6, you cannot run current versions of almost everything, I wouldn't worry about it, nothing else recent works either.
Thanks for supporting 10.6 though.
FYI, the source README states, "Requires MacOS 10.7 or later."
The Venn diagram of "people who download and try the binary" and "people who download the source and read the README" does not overlap.
I hope you're wrong, or neither of us will ever get to use it!
This is nice. Have you seen Amarok on Linux? It looks up the lyrics and Wikipedia entries for song and artist. It'd be great if you could make this do the Wikipedia entries. Either way, this is a very tasteful app you've created. Recommending it to family etc.
Thanks!
Linking to Wikipedia isn't a bad idea, but I like the window being pretty minimal so that it takes up little space. Right now the only place the song title and band name appear is in the title bar. So, I dunno.
Glad the search hint worked out! I looked at the source. :)
Wow - I was waiting for this. Have tried the others, but this fits in quite nicely... and seems to load instantly.
Owen: Yes, very helpful, thanks!
Very neat!
Thanks
On Mavericks, iTunes 11.1.3 - When I find lyrics for current playlist it flashes up an error "internal error - unknown wiki" I think it says. There are 56 songs in the playlist, it flashes the looking and error a few times (I think it says 'searchine' about 5 times, and the error twice. It then finds lyrics for one song, always the same song in this playlist, displays the lyrics with a stop button and then does nothing more for a number of minutes. It eventually (a number of minutes) found a second lyric.
Hope that makes sense.
Cheers, Liam
OK, the lyrics I am getting now aren't from the 'download playlist', but are being found as a new song is played. Am I mistaken in thinking that the 'download for playlist' shouldn't be dependent on the song being played?
Cheers, Liam
Pardon my confusion. I see now that success is silent, and when I was seeing a lyric show up on the playlist I tried it on first that must have been due to the song starting, not the lyric downloader.
It's currently done about 5000 songs, and I'll leave it running.
Cheers, Liam
Feedback on the bulk downloader isn't great, I know. The title bar begins with a number: that's how many tracks are still in the queue.
If you ever see "internal error", please send me the name/artist of the track it's getting that on -- exact spelling! If you're not sure which one it is, you can just send me the contents of the playlist: bring up the context menu on the playlist name and select "Export, format XML". (Uh, that's in iTunes 10. Hopefully they didn't remove that in iTunes 11.)
It's still there, I sent you the XML.
Cheers, Liam
Well done.