2013-08-04, 10:54
any chance you want to get this added to xbmc repo?
rar://smb%3a%2f%2fserver%2fMovies%2fMyMovie.rar/MyMovie.mkv
rar://smb/server/Movies/MyMovie.rar/MyMovie.mkv
*** default.py 2013-11-18 10:45:33.326918859 +0100
--- default_new.py 2013-11-18 10:46:04.944918436 +0100
***************
*** 196,201 ****
--- 196,203 ----
filesFound += 1
log("WALKER ADDING FILE : " + file["file"])
file_name = file["file"]
+ if file_name.startswith('rar://'):
+ file_name = urllib.unquote(file_name)
walked_files.append(file_name)
def get_files(paths, progress):
(2013-11-20, 23:26)null_pointer Wrote: and testing this. but really rars? wwwwhhhhyyyyyI suspect because rars were torrented, and the poster wants to continue seeding. (I certainly can't think or any other reason.)
(2013-11-21, 02:44)nickr Wrote:(2013-11-20, 23:26)null_pointer Wrote: and testing this. but really rars? wwwwhhhhyyyyyI suspect because rars were torrented, and the poster wants to continue seeding. (I certainly can't think or any other reason.)
Quote:So why would i bother with unpacking them? Thats the real question