2019-06-14, 14:25
Hello,
To make it short: amazing add-on! Thumbs up!
Just one doubt, I have added to the jobs queue a series of TV shows and they are recorded. Great. However, I have noticed that a show that includes the dot character "." has not been recorded. Maybe the dot character it not being parsed? Because I have noticed colons ":' are parsed correctly as %3A
Here is a link to the python code that includes the job that has not been recorded.
Thank you for your attention and, again, amazing add-on!
PS. Kodi 18.2 running on Raspbian Stretch 9.9
PS2.
-rwxr-xr-x 1 user user 0 Jun 14 08:04 Prodigious%3A Ladybug - SP%3A M. CHANNEL - 2019-06-14 08-10.ts
To make it short: amazing add-on! Thumbs up!
Just one doubt, I have added to the jobs queue a series of TV shows and they are recorded. Great. However, I have noticed that a show that includes the dot character "." has not been recorded. Maybe the dot character it not being parsed? Because I have noticed colons ":' are parsed correctly as %3A
Code:
video = xbmcvfs.File(r"/home/user/Recordings/Other/SP%3A M. CHANNEL/Prodigious%3A Ladybug - SP%3A M. CHANNEL - 2019-06-14 08-10.ts","wb")
Here is a link to the python code that includes the job that has not been recorded.
Thank you for your attention and, again, amazing add-on!
PS. Kodi 18.2 running on Raspbian Stretch 9.9
PS2.
-rwxr-xr-x 1 user user 0 Jun 14 08:04 Prodigious%3A Ladybug - SP%3A M. CHANNEL - 2019-06-14 08-10.ts