View Single Post
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#1
Hello,
I'm writing a time-shifting application for web radio streams, so that I can record a web radio at night (wifi/plugged-in main), and listen to the recordings when I'm at work (or anywhere with limited data and/or battery). Sources are there, if you want.

I want to auto-tag the files that are extracted from the stream, and I'd like to use TagLib for that. I like to code, but I absolutely hate compiling and packaging, so if someone has some experience with cross compiling/linking stuff, if possible in some easy way (like, with QtCreator), I'll take any advice available. TagLib is cmake based.

Thanks in advance!

Disclaimer: it's a lot out of laziness (I could google and trial-and-error my way out of it given enough time), but it's really the worst part for me

Last edited by erendorn; 2013-05-01 at 18:18. Reason: progressing