Solved Chapter Selector Window
#90
(2015-01-14, 16:01)rd1979 Wrote: Am I misunderstanding something? Why use a different format?
This Add-on's prototype is very old, it was created at a time of xbmc ver.9.04.
And this time, mkv was not so much major.
The purpose is to operate outside of kodi.
It's purpose is to use a file that does not have the chapter.(avi,ts,mpg,etc.)
Without mux.

The use of mkv that have chapter is not considered.
Near future (kodi ver.15 ??), file with chapter (mkv, dvd, bru-ray, etc) would be a possible inside of kodi.
--------------------------------------------------------------------------------
About a format.(text format)
Add-on used SVCD(Super Video CD) format.
PHP Code:
Chapter 9 00:28:49:00 
mkv format
PHP Code:
CHAPTER09=00:28:49.000
CHAPTER09NAME
=Chapter 9 
--------------------------------------------------------------------------------
About a format.(xml format)
Add-on used Custom xml format. Because title2 and thumbnail are not included in mkv.
PHP Code:
<chapters>
    <
chapter mark="00:28:49" title="Chapter 9" title2="Description for chapter 9" thumb="image9.jpg" />
</
chapters
mkv format
PHP Code:
<Chapters>
  <
EditionEntry>
    <
EditionUID>6687870499309707912</EditionUID>
    <
EditionFlagDefault>0</EditionFlagDefault>
    <
EditionFlagHidden>0</EditionFlagHidden>
    <
ChapterAtom>
      <
ChapterUID>70292011890660525</ChapterUID>
      <
ChapterTimeStart>00:28:49:000</ChapterTimeStart>
      <
ChapterFlagHidden>0</ChapterFlagHidden>
      <
ChapterFlagEnabled>1</ChapterFlagEnabled>
      <
ChapterDisplay>
        <
ChapterString>Chapter 9</ChapterString>
        <
ChapterLanguage>und</ChapterLanguage>
      </
ChapterDisplay>
    </
ChapterAtom>
  </
EditionEntry>
</
Chapters
Reply


Messages In This Thread
Chapter Selector Window - by vidarak - 2013-04-24, 04:39
RE: Chapter Selector Window - by rd1979 - 2013-04-24, 05:21
RE: Chapter Selector Window - by Elky - 2013-04-24, 12:40
RE: Chapter Selector Window - by jpsdr - 2013-04-24, 13:25
RE: Chapter Selector Window - by vdubeau - 2013-04-28, 13:47
RE: Chapter Selector Window - by mika91 - 2013-05-07, 10:46
RE: Chapter Selector Window - by Ned Scott - 2013-05-07, 11:31
RE: Chapter Selector Window - by mad-max - 2013-06-03, 21:44
RE: Chapter Selector Window - by vidarak - 2013-07-04, 17:01
RE: Chapter Selector Window - by rd1979 - 2013-07-06, 09:18
RE: Chapter Selector Window - by capfuturo - 2013-07-27, 00:59
RE: Chapter Selector Window - by vidarak - 2013-08-23, 02:12
RE: Chapter Selector Window - by Memphiz - 2013-08-23, 15:48
RE: Chapter Selector Window - by lukemb - 2013-09-16, 01:51
RE: Chapter Selector Window - by lukemb - 2013-09-20, 01:29
RE: Chapter Selector Window - by lukemb - 2013-09-30, 04:58
RE: Chapter Selector Window - by vidarak - 2013-11-09, 04:26
RE: Chapter Selector Window - by DiMag - 2013-11-09, 10:57
RE: Chapter Selector Window - by crawfish - 2013-11-23, 21:53
RE: Chapter Selector Window - by JohanBoskamp - 2014-01-08, 20:34
RE: Chapter Selector Window - by vrm42 - 2013-11-25, 10:09
RE: Chapter Selector Window - by DWELLERZA - 2013-12-27, 11:03
RE: Chapter Selector Window - by ezechiel1917 - 2013-12-28, 16:45
RE: Chapter Selector Window - by MasterPhW - 2014-01-08, 00:54
RE: Chapter Selector Window - by da-anda - 2014-01-08, 09:55
RE: Chapter Selector Window - by Ned Scott - 2014-01-08, 14:44
RE: Chapter Selector Window - by Eisi2005 - 2014-01-08, 11:29
RE: Chapter Selector Window - by jjd-uk - 2014-01-08, 15:17
RE: Chapter Selector Window - by MassIV - 2014-01-08, 21:03
RE: Chapter Selector Window - by vidarak - 2014-01-31, 21:33
RE: Chapter Selector Window - by KWSRStorm - 2014-03-15, 19:15
RE: Chapter Selector Window - by vidarak - 2014-04-13, 21:29
RE: Chapter Selector Window - by nickr - 2014-04-13, 22:55
RE: Chapter Selector Window - by mika91 - 2014-04-16, 18:03
RE: Chapter Selector Window - by Ned Scott - 2014-04-17, 07:34
RE: Chapter Selector Window - by mika91 - 2014-04-17, 10:31
RE: Chapter Selector Window - by Ace - 2014-04-22, 17:44
RE: Chapter Selector Window - by WantedThing - 2014-04-19, 12:56
RE: Chapter Selector Window - by mika91 - 2014-04-22, 11:25
Re: Chapter Selector Window - by nickr - 2014-04-19, 20:47
RE: Chapter Selector Window - by mika91 - 2014-04-22, 17:06
RE: Chapter Selector Window - by vidarak - 2014-04-23, 21:30
RE: Chapter Selector Window - by jcmccorm - 2014-05-01, 17:01
RE: Chapter Selector Window - by vidarak - 2014-05-27, 10:16
RE: Chapter Selector Window - by vidarak - 2014-06-18, 12:29
RE: Chapter Selector Window - by HamDog - 2014-06-24, 16:31
RE: Chapter Selector Window - by shess757 - 2014-07-05, 01:50
RE: Chapter Selector Window - by Ned Scott - 2014-07-05, 04:23
RE: Chapter Selector Window - by shess757 - 2014-07-05, 13:21
RE: Chapter Selector Window - by vidarak - 2014-08-12, 21:07
RE: Chapter Selector Window - by vidarak - 2014-08-16, 23:39
RE: Chapter Selector Window - by Bytefire - 2014-10-03, 12:05
RE: Chapter Selector Window - by vidarak - 2014-10-24, 00:17
RE: Chapter Selector Window - by Ned Scott - 2014-10-24, 04:27
RE: Chapter Selector Window - by menakite - 2014-12-02, 03:52
RE: Chapter Selector Window - by 999unreal - 2014-12-07, 14:41
RE: Chapter Selector Window - by nickr - 2014-12-08, 01:50
RE: Chapter Selector Window - by mad-max - 2014-12-07, 22:20
RE: Chapter Selector Window - by 999unreal - 2014-12-09, 20:17
RE: Chapter Selector Window - by mad-max - 2014-12-09, 22:13
RE: Chapter Selector Window - by nickr - 2014-12-09, 22:33
RE: Chapter Selector Window - by mad-max - 2014-12-10, 12:44
RE: Chapter Selector Window - by rd1979 - 2014-12-10, 17:15
RE: Chapter Selector Window - by mad-max - 2014-12-10, 18:08
RE: Chapter Selector Window - by vidarak - 2014-12-10, 18:20
RE: Chapter Selector Window - by vidarak - 2014-12-20, 05:13
RE: Chapter Selector Window - by 999unreal - 2014-12-21, 09:36
RE: Chapter Selector Window - by 999unreal - 2015-01-10, 16:14
RE: Chapter Selector Window - by vidarak - 2015-01-17, 17:19
RE: Chapter Selector Window - by 999unreal - 2015-02-04, 06:13
RE: Chapter Selector Window - by ImpreZa - 2015-01-12, 21:53
RE: Chapter Selector Window - by Ned Scott - 2015-01-13, 09:15
RE: Chapter Selector Window - by nickr - 2015-01-13, 10:30
RE: Chapter Selector Window - by 999unreal - 2015-01-13, 12:13
RE: Chapter Selector Window - by vrm42 - 2015-01-13, 21:54
RE: Chapter Selector Window - by rd1979 - 2015-01-14, 16:01
RE: Chapter Selector Window - by 999unreal - 2015-01-15, 12:35
RE: Chapter Selector Window - by nickr - 2015-01-14, 19:55
RE: Chapter Selector Window - by rd1979 - 2015-01-14, 21:45
RE: Chapter Selector Window - by nickr - 2015-01-14, 23:03
RE: Chapter Selector Window - by rd1979 - 2015-01-15, 09:05
RE: Chapter Selector Window - by nickr - 2015-01-15, 10:20
RE: Chapter Selector Window - by rd1979 - 2015-01-15, 11:20
RE: Chapter Selector Window - by nickr - 2015-01-15, 11:57
RE: Chapter Selector Window - by rd1979 - 2015-01-15, 13:15
RE: Chapter Selector Window - by vidarak - 2015-02-16, 23:03
RE: Chapter Selector Window - by 999unreal - 2015-02-17, 14:49
RE: Chapter Selector Window - by vidarak - 2015-02-20, 14:23
RE: Chapter Selector Window - by Ace - 2015-03-02, 18:19
RE: Chapter Selector Window - by nickr - 2015-03-02, 22:38
RE: Chapter Selector Window - by Ace - 2015-03-02, 23:15
RE: Chapter Selector Window - by rd1979 - 2015-03-03, 05:57
RE: Chapter Selector Window - by nickr - 2015-03-03, 02:25
RE: Chapter Selector Window - by Eisi2005 - 2015-03-12, 15:52
RE: Chapter Selector Window - by jjd-uk - 2015-03-12, 16:01
RE: Chapter Selector Window - by Ace - 2015-03-12, 16:17
RE: Chapter Selector Window - by jjd-uk - 2015-03-12, 17:23
RE: Chapter Selector Window - by Eisi2005 - 2015-03-12, 16:25
RE: Chapter Selector Window - by Eisi2005 - 2015-03-12, 16:35
RE: Chapter Selector Window - by da-anda - 2015-03-12, 16:53
RE: Chapter Selector Window - by Eisi2005 - 2015-03-12, 17:02
RE: Chapter Selector Window - by Ace - 2015-03-12, 18:09
RE: Chapter Selector Window - by jjd-uk - 2015-03-12, 18:14
RE: Chapter Selector Window - by Ace - 2015-03-12, 18:24
RE: Chapter Selector Window - by jjd-uk - 2015-03-12, 18:33
RE: Chapter Selector Window - by vidarak - 2015-03-22, 01:55
RE: Chapter Selector Window - by Ace - 2015-03-22, 12:29
RE: Chapter Selector Window - by The_Dave - 2015-04-22, 19:33
RE: Chapter Selector Window - by magao - 2015-06-09, 02:46
RE: Chapter Selector Window - by Ned Scott - 2015-06-09, 03:43
RE: Chapter Selector Window - by ZwartePiet - 2015-12-30, 15:12
RE: Chapter Selector Window - by ezechiel1917 - 2015-12-30, 18:19
RE: Chapter Selector Window - by ZwartePiet - 2015-12-31, 06:41
RE: Chapter Selector Window - by ezechiel1917 - 2015-12-31, 15:00
Logout Mark Read Team Forum Stats Members Help
Chapter Selector Window3