Sign up here and you can log into the forum!

Plugin: MediaNavigation

The WDTVExt plugin depot. Plugins/libraries/code only

Re: Plugin: MediaNavigation   

Postby pennhaven » Sat Aug 21, 2010 7:49 am

dopedangel wrote:I found an error while listning to music moving to another track
the song name and info is not updated


I've noticed this behavior too. Songs now playing & next are not updated in the OSD when tracks are changed manually using the plugin. Is this fixable? Otherwise it's a pretty significant drawback for those of us who use our players to listen to a lot of music.
User avatar
pennhaven
Designer
 
Posts: 177
Joined: Sun May 23, 2010 9:13 am

Re: Plugin: MediaNavigation   

Postby sailort » Sat Aug 21, 2010 8:51 am

pennhaven wrote:
dopedangel wrote:I found an error while listning to music moving to another track
the song name and info is not updated


I've noticed this behavior too. Songs now playing & next are not updated in the OSD when tracks are changed manually using the plugin. Is this fixable? Otherwise it's a pretty significant drawback for those of us who use our players to listen to a lot of music.

maybe...
If you like my work and want to buy me a bottle of wine, you can do it this way. Thanks for your support.
sailort
Developer
 
Posts: 363
Joined: Sat Apr 24, 2010 6:42 am

Re: Plugin: MediaNavigation   

Postby pennhaven » Sat Aug 21, 2010 10:01 am

sailort wrote:maybe...

... Hopefully. :) It's very nice otherwise. Thanks for your efforts.
User avatar
pennhaven
Designer
 
Posts: 177
Joined: Sun May 23, 2010 9:13 am

Re: Plugin: MediaNavigation   

Postby RavRob » Tue Aug 24, 2010 6:58 pm

I must say this is one of those plugins I can no longer live without. That being said, I am living without as I type. I had a problem tonight I am hoping someone can help me fix.

I was watching a movie when the movie started to freeze badly. My WDTV gave me an error message something like "critical error, the device must reboot". It rebooted. After the reboot, I no longer had MediaNavigation enabled. I have tried to disable, re-enable, download new etc....all with reboot between of course. Nothing made it work.

What can I do to make it work again? As said, I would prefer if I didn't have to live without it.

This is what is in my .wdtvext-plugins folder:
Image

Thanks for your help.
Windows 7 Ultimate with SP1
WDTV Live
1.02.21 WDLXTV 0.5.1.4 (Beta)
Linksys - WUSB600N USB Adapter
DLink - Dir-655 Router
Atheros - AR8131 PCI-E Gigabit Ethernet Controller (NDIS 6.20)
XBMC - The Future of Television
User avatar
RavRob
Supporter
 
Posts: 1387
Joined: Fri Apr 16, 2010 9:57 am
Location: New-Brunswick, Canada

Re: Plugin: MediaNavigation   

Postby RavRob » Wed Aug 25, 2010 2:46 am

NM
I deleted the content of my .wdtvext-plugins folder and re-downloaded the plugins and re-enabled. Seems to work OK now.
Windows 7 Ultimate with SP1
WDTV Live
1.02.21 WDLXTV 0.5.1.4 (Beta)
Linksys - WUSB600N USB Adapter
DLink - Dir-655 Router
Atheros - AR8131 PCI-E Gigabit Ethernet Controller (NDIS 6.20)
XBMC - The Future of Television
User avatar
RavRob
Supporter
 
Posts: 1387
Joined: Fri Apr 16, 2010 9:57 am
Location: New-Brunswick, Canada

Re: Plugin: MediaNavigation   

Postby boudcallens » Thu Sep 09, 2010 4:44 am

Hi,

Is it possible to add chapters.xml from matroska xml files? Then I don't have to remake the mkv's to add chapters from DVD's.

Thanks in advance

BoBo
boudcallens
DLX'er
 
Posts: 115
Joined: Sun Apr 18, 2010 7:14 am

Re: Plugin: MediaNavigation   

Postby sailort » Thu Sep 09, 2010 8:17 am

boudcallens wrote:Hi,

Is it possible to add chapters.xml from matroska xml files? Then I don't have to remake the mkv's to add chapters from DVD's.

Thanks in advance

BoBo


what's that matroska xml files?
T.
If you like my work and want to buy me a bottle of wine, you can do it this way. Thanks for your support.
sailort
Developer
 
Posts: 363
Joined: Sat Apr 24, 2010 6:42 am

Re: Plugin: MediaNavigation   

Postby boudcallens » Sat Sep 11, 2010 12:49 am

sailort wrote:
boudcallens wrote:Hi,

Is it possible to add chapters.xml from matroska xml files? Then I don't have to remake the mkv's to add chapters from DVD's.

Thanks in advance

BoBo


what's that matroska xml files?
T.

Hi,

It's an chapter file which can be integrated in mkv files. I always have to remux the mkv to include those chapter files which I get from a DVD (IFO file) or thechapterdb.org. Should be great if you can implement this in your app as well. Should be quite simple as it is only xml files. If the name is a problem, it is also possible to rename those files for example mkv.xml or something like that.

Here I post a normal mkv alias matroska xml chapter file.

Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<Chapters>
  <EditionEntry>
    <EditionFlagHidden>0</EditionFlagHidden>
    <EditionFlagDefault>0</EditionFlagDefault>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 1</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:00:00</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 2</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:00:36.9340000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 3</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:03:03.7350000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 4</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:07:28.1690000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 5</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:13:25.1370000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 6</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:17:16.9710000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 7</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:20:12.7380000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 8</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:24:50.4050000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 9</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:28:02.8720000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 10</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:32:39.9390000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 11</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:35:57.2730000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 12</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:40:12.6730000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 13</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:43:00.0070000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 14</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:46:59.9750000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 15</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:50:10.5420000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 16</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:54:38.8420000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 17</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>00:59:31.3420000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 18</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>01:04:56.0760000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 19</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>01:06:42.5100000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 20</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>01:15:07.2770000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 21</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>01:22:45.0110000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 22</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>01:27:59.6120000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 23</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>01:32:27.0790000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 24</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>01:36:11.1460000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 25</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>01:42:43.0470000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
    <ChapterAtom>
      <ChapterDisplay>
        <ChapterString>Chapter 26</ChapterString>
        <ChapterLanguage>eng</ChapterLanguage>
      </ChapterDisplay>
      <ChapterTimeStart>01:45:34.9480000</ChapterTimeStart>
      <ChapterFlagHidden>0</ChapterFlagHidden>
      <ChapterFlagEnabled>1</ChapterFlagEnabled>
    </ChapterAtom>
  </EditionEntry>
</Chapters>


Thanks in advance

BoBo
boudcallens
DLX'er
 
Posts: 115
Joined: Sun Apr 18, 2010 7:14 am

Re: Plugin: MediaNavigation   

Postby jazz » Sat Oct 02, 2010 10:31 am

Great work sailort!
Just one question...
How can I modify your script in order to leave the official firmware FWD/REW functions intact instead of browsing the chapters for example (I never browse through chapters anyway) ?
Is it possible?
jazz
DLX'er
 
Posts: 91
Joined: Sun Apr 25, 2010 11:35 pm

Re: Plugin: MediaNavigation   

Postby sailort » Sat Oct 02, 2010 10:57 am

jazz wrote:Great work sailort!
Just one question...
How can I modify your script in order to leave the official firmware FWD/REW functions intact instead of browsing the chapters for example (I never browse through chapters anyway) ?
Is it possible?


jazz,
unfortunatelly if you asking this, it is not easily explainable how to do this.
Be patient and maybe one day there will be new version of MN with configurable behavior. :D

Regards
T.

...maybe I'm strange, but why you guys need fwd/rew 1x 2x 4x... when there is a "time skip"?
I have never needed to have "speed rewinds" when I can jump in "time increments".
Also skipping chapters in concerts is great imho.
(don't take this with disrespect to you, I'm just curious what's the real world scenario of media navigation usage when "rewinds" are needed)
If you like my work and want to buy me a bottle of wine, you can do it this way. Thanks for your support.
sailort
Developer
 
Posts: 363
Joined: Sat Apr 24, 2010 6:42 am

PreviousNext

Return to WDTVExt plugins

Who is online

Users browsing this forum: No registered users and 1 guest