I'm trying to write a script that will read all the torrents from utorrent and 'add' them to deluge.
The read script is ready i guess (based on some useful posts I found on utorrent forums).
It reads resume.dat from utorrent folder and extracts the info I need to import those data on any other client.
The thing is during the export/import procedure the paths will automatically changed to the linux paths (since utorrent has the old 'windows' paths).
I know (well I guess
So, so far i have the export script from utorrent that gives me all the added torrents I have on utorrent and their paths with the .torrent files.
My question is how can I import all the data I have from the script to Deluge?
Not UI based but cli based (i guess) or even more 'hardcore' to write directly on the Deluge conf files.
I searched a bit the forum and the deluge homepage for clues on how to import torrents without the gui but I didn't find out anything helpful.
The read script works with PHP-Cli and a solution that doesn't involve Python or C would be helpful since I only know PHP
Any ideas would be appreciated
Thank you and Merry Christmas to all