crazydevman / mute-profanity

XBMC add-on used to mute profanity
GNU General Public License v3.0
33 stars 14 forks source link

I'm a newbe. Problem with TV shows working #30

Closed roclinemedia closed 7 years ago

roclinemedia commented 7 years ago

I have been able to get movies to work just fine through the mute profanity add-on. My issue is that when I go to edit TV shows it says it can't find a subtitle file and then when I click to download one it gives an error. (log below)

I essentially have a "TV Shows" Folder with individual subfolders for each show. I also have a subfolder of each season with in each show. I then have the mkv/mp4 file named VEEP - so1eo1 and a srt file named VEEP - so1e01.

I am wondering if I have it structured wrong or if the issue is something else altogether. Thank you so much for your great work on this add-on!

I am a total beginner at kodi/basic programming so I am posting a decent chunk of the log that will show what is happening. Thanks in advance! Log:

12:20:53 T:3824 NOTICE: episodeId: 20 12:20:53 T:3824 NOTICE: response from query {"jsonrpc": "2.0", "method": "VideoLibrary.GetEpisodeDetails", "params": {"episodeid": 20, "properties" : ["showtitle", "file"]}, "id": 1} {"id":1,"jsonrpc":"2.0","result":{"episodedetails":{"episodeid":20,"file":"I:\TV Shows\Veep\Veep - s01e01 - Fundraiser.mkv","label":"Fundraiser","showtitle":"Veep"}}} 12:20:53 T:3824 NOTICE: details: {'showtitle': 'Veep', 'episodeid': 20, 'file': 'I:\TV Shows\Veep\Veep - s01e01 - Fundraiser.mkv', 'label': 'Fundraiser'} 12:20:55 T:3824 NOTICE: head: Veep - s01e01 - Fundraiser 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x02 - Frozen Yoghurt.mkv 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x02 - Frozen Yoghurt.srt 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x03 - Catherine.mkv 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x03 - Catherine.srt 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x04 - Chung.mkv 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x04 - Chung.srt 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x05 - Nicknames.mkv 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x05 - Nicknames.srt 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x06 - Baseball.mkv 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x06 - Baseball.srt 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x07 - Full Disclosure.mkv 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x07 - Full Disclosure.srt 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x08 - Tears.mkv 12:20:55 T:3824 NOTICE: Checking fname: Veep - 1x08 - Tears.srt 12:20:55 T:3824 NOTICE: Checking fname: Veep - s01e01 - Fundraiser.mkv 12:20:55 T:3824 NOTICE: Checking fname: Veep - s01e01 - Fundraiser.srt 12:20:55 T:3824 NOTICE: Found existing SRT file: I:\TV Shows\Veep\Veep - s01e01 - Fundraiser.srt 12:20:55 T:3824 NOTICE: Using srt file: I:\TV Shows\Veep\Veep - s01e01 - Fundraiser.srt 12:20:55 T:3824 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

roclinemedia commented 7 years ago

Looks like problem was already solved in a frequent thread. Thank you - works great!