fanaticffwd,
I'm really new to xbmc and especially python scripting, but here is what I've learned so far...
When you see the list of all the videos from a month/search you are looking at the "scraped" Yamelo page for example:
January 2009.
The actual video is not directly linked on the month/search page. The coded video links on the page have to be processed to get the actual video file to play.
With Yamelo, I have to process some of the links twice to find the actual video file to play, which makes the process even longer. It would take an exceptionally long time to process 100+ songs to directly link to the song files.
From the month/search page you can "Queue Item" any number of songs to the playlist
The "play next" may be beyond me for now. I've started the research and found the following thread from last month.
Automatic playlist with similar files in directory
I'm hoping some of the experts can point me in the right direction.
I envision starting the first song from a month/search directory and having another thread go out and get the next video file so it's ready to go. This process would continue until you reach the end of the month/search directory.
I'm buried under 15 inches of snow on Long Island so I've had time to play around with this.
Jeff