Hi there,
 
I've been developing a plugin to burn cds from freevo. The burning actions change according to the item type, for each item type the possible actions are the following.
 
Any single file item : Burn file to CD
Video Items : Burn File and related to cd (related files are all files with the same filename as the video file but with diferent extensions except .fxd and .jpg. This is usefull to burn subtitle along with the video file ).
 
Joined video items are also supported, you get an option for each file that composes the item.
The plugin is threaded so you can continue watching tv or whatever while the cd is burning.
Whe it's burning, instead of the burning options you get a "Show Burn Status" option.
I'm currently working on dir burning support and on burning mp3 dirs as audio CDs.
Since it's my first python expirience, comment are more than welcome.
The plugin is attached, copy it to freevo plugins and  add the following line to your local_conf.py:
 
plugin.activate('burn_cd')
 
You may have to change the paths to cdrecord and mkisofs, later i'll add config file support.
 
Thanks,

Attachment: cd_burn.py
Description: Binary data

Reply via email to