78 well, it isn't the first time I was in that situation so I'm getting better at debugging that kind of stuff.
making use of comments together with some self knowledge is the key to solve this kind of stuff.
In other news, I made some progress to make it easy to download music from youtube.
I now have a plug in that sends the current url to my server whenever I press F9. My server then loads this page and looks for the channel name and the name of the video.
It also makes a folder for the channel if needed and I'm currently adding some extra logic for channels that also put useful information in the title like genres.
For those channels it also makes 1 folder called Music and 1 for every genre the video belongs to. Thus, I get a structure like
Code:
Music
->someGuy
->vid1
->vid2
->Brandon
->Music
->vid1
->vid2
->Celtic
->vid1
->Tribal
->vid2
Also, the stuff in the genre folders will be symlinks, to save space.