Jump to content

DVD COM-API


klausb

Recommended Posts

Posted

Hallole,

 

gibt's 'ne Möglichkeit zum nächsten DVD-Chapter via COM-Funktion zu springen? Ich finde nix im API-Doc diesbezüglich.

 

Wenn nicht, wie wär's mit nachrüsten?

 

Gruss,

klaus.

Guest Lars_MQ
Posted

Du könntest Sendcommand des DVBViewer Interfaces nutzen und dort:

  acComplexPrevious = 112;
 acComplexNext = 113;

Posted

Danke!

 

Gibt's auch ein command für next-cd-track und prev-cd-track?

 

Hintergrund ist, ich möchte die NEXT/PREV Taste Kontext-abhängig benutzen:

- Wenn nix läuft --> OSD-NExt

- Wenn DVD eingelegt --> next/prev chapter

- Wenn CD eingelegt --> next/prev track

- Wenn am MP3-Abspielen --> next/prev song in directory

 

Ich vermute für letzteres gibt's noch nix, deswegen wollte ich das selber skripten.

 

Gruss,

klaus.

Guest Lars_MQ
Posted

  ACTION_PREV_SONG = $00000070;
 ACTION_NEXT_SONG = $00000071;

Funktioniert bei CD und mp3 wiedergabe.

logisch, bei mp3 wiedergabe musst du mit osd-rot das verzeichnis oder die dateien, die Du wiedergeben willst, zur (temporären) playlist hinzufügen. Eine Audio-CD ist auch nichts anderes als eine temporäre playlist. >_<

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...