Closed GoogleCodeExporter closed 9 years ago
It is a known issue and will be fixed in 3.3.4 (to be released soon)
Original comment by basrie...@gmail.com
on 18 Mar 2013 at 10:39
Hi, I got the latest version of Xot-uzg (3.3.4). But when I disabled the
subtitles in the settings, I still see subtitles (When I use 'Uitzending
gemist'). Is this problem really fixed?
Original comment by arjan.de...@gmail.com
on 4 May 2013 at 4:09
yes it was really fixed. Please post an uzg(plugin).log
Original comment by basrie...@gmail.com
on 4 May 2013 at 4:53
Any answer to my previous question? Did you double check that the subtitles
were not embedded in the video?
Original comment by basrie...@gmail.com
on 9 May 2013 at 5:37
Hi!
I'm sorry, I was very busy last days. In the uzg.log I see the following:
td/8a68762a521fdd0d57833d0b9c283891/518c12a7/VARA_101317748/?type=http&
[bitrate=1000, downloaded=False]
20130509 23:30:18 - [2957MB] INFO - mediaitem.py - 478 - |
Selected Streams:
20130509 23:30:18 - [2957MB] INFO - mediaitem.py - 478 - + +
MediaStream: http://odi.omroep.nl/video/embedplayer/h264_s
td/8a68762a521fdd0d57833d0b9c283891/518c12a7/VARA_101317748/?type=http&
[bitrate=1000, downloaded=False]
20130509 23:30:18 - [2957MB] DEBUG - mediaitem.py - 481 - Ended
with Playlist Items (1)
20130509 23:30:18 - [2957MB] DEBUG - mediaitem.py - 481 - +
http://odi.omroep.nl/video/embedplayer/h264_std/8a68762a521fd
d0d57833d0b9c283891/518c12a7/VARA_101317748/?type=http&
20130509 23:30:18 - [2957MB] DEBUG - chn_class.py - 923 - Playing
using default video player
20130509 23:30:19 - [2956MB] INFO - chn_class.py - 936 - Adding
subtitle: /storage/.xbmc/userdata/addon_data/net.rieter.
xot/cache/15543209.srt and setting showSubtitles to False
It looks like it's not embedded in the movie.
I only have this problem when I am using the 'uitzending gemist' (not with the
mobile version). For example you can try the stream of 'DWDD university'.
Do you have enough information or should I send a full log?
Original comment by arjan.de...@gmail.com
on 9 May 2013 at 9:40
Always post complete log files, never parts that you copy-paste. There is much
more info in the files than in those couple of lines. Besides that,
copy-pasting makes it very hard to read.
So please attach a full log file or post a full log file on paste in.com.
Original comment by basrie...@gmail.com
on 9 May 2013 at 9:48
Ok, this is the full log uzg.log file (I have deleted the log file before I
reproduce the problem)
http://pastebin.com/7Yfr0ZC4
Thanks in advance.
Original comment by arjan.de...@gmail.com
on 10 May 2013 at 9:56
Ok, I see. It was apparently only fixed in the Video Add-On version and not in
the Program Add-On version.
You can fix it easily by switching to lines in the chn_class.py:
xbmcPlayer.showSubtitles(showSubs)
xbmcPlayer.setSubtitles(srt)
into
xbmcPlayer.setSubtitles(srt)
xbmcPlayer.showSubtitles(showSubs)
make sure that you do not change the identation of the whitespaces (they should
be spaces and the number should not change) or the file will be corrupt.
Besides that: I would really encourage you to switch to the Video Add-On
version (both get installed if you installed it via the repository), because
the Program Add-On version will soon be discontinued.
Original comment by basrie...@gmail.com
on 10 May 2013 at 10:11
Thanks for the information!
The fix works fine indeed, but I will switch to the video addon.
Keep up the good work :)
Original comment by arjan.de...@gmail.com
on 10 May 2013 at 10:53
OK, good to hear that it worked. I will include the change in the next release
(3.3.6 probably).
Original comment by basrie...@gmail.com
on 10 May 2013 at 11:30
Release in XOT-Uzg.v3.3.6
Original comment by basrie...@gmail.com
on 16 Jun 2013 at 7:20
Original issue reported on code.google.com by
St.Leend...@gmail.com
on 18 Mar 2013 at 10:00Attachments: