Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

New Zoom Player Plugin..

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
coyote
Posts: 4
Joined: November 20th, 2013, 11:49 pm

New Zoom Player Plugin..

Post by coyote »

Hey all -
Just registered to let folks know that I created a new Zoom Player plugin, after the other two I found hardly worked (if at all). Next post has the contents of the readme - feel free to contact e with any info.

Well, okay. I can't post a link. Wow, the anti-spam on this forum is amazing. PM me if you want the download link.

coyote
Posts: 4
Joined: November 20th, 2013, 11:49 pm

Re: New Zoom Player Plugin..

Post by coyote »

Readme and Instructions:

Edit: And I STILL get the message about off-site URLs, even though my readme has none in it.

VERSION
=======
0.5.0.16620 (11/20/2013) - Initial Release

FUNCTIONS
=========
Function "1": Zoom Player Information
1 - Zoom Player Name/Version [0000]
2 - Zoom Player Version [0001]
3 - Communication Status [*]

Function "2": Play State Information
1 - Player State (Closed/Stopped, Paused, Playing, Offline*) [1000]
2 - DVD Mode (0- No, 1- Yes) [1300]
3 - DVD Menu Mode (0- No, 1- Yes) [1420]
4 - OSD Message [1200]

Function "3": Media/File Play Information
1 - Media Progress ("<current time> / <total time>") [1100]
2 - Media Current Position (in milliseconds) [1120]
3 - Media Total Duration (in milliseconds) [1110]
4 - Media Current Position (Percent) [--] Param 2 can be:
1 - Report as a percentage (integer) 1-100
2 - Report as a percentage (string) 1% - 100%
<everything else> - Report as percentage (double) 0-1
5 - Full Filename (or DVD Drive) and Path [1800]
6 - Playlist Count [1811]
7 - Current Playlist Item [1900]
8 - Return Playlist Item [1810*] Param2 is the index (0-based) of the
item to get. The return is a semi-colon separated list of fields:
- File name
- Full file path
- Duration
9 - File Title (DVD Name, or Title of file, or Filename.)
10 - Currently playing Chapter Title (Not used currently.)
11 - Currently playing title number. (# if in DVD mode, otherwise, blank.)
12 - Currently playing chapter number. (# if in DVD mode, otherwise blank.)
13 - Total # of available titles.
14 - Total # of available chapters.

Function "4": Media/File Stream Information
1 - Get current index of playing audio track. [1600]
2 - Get total count of audio tracks. [1601]
3 - Get audio track description. [1602]
4 - Get current index of playing subtitle track. [1700]
5 - Get total count of subtitle tracks. [1701]
6 - Get subtitle track description. [1702]
7 - Whether subtitles are enabled. (0- No, 1- Yes) [1704]
8 - Get curret DVD video angle. [1750]
9 - Get total count of DVD Video angles. [1751]

Function "20": Plugin Information
1 - Plugin Name ("ZPlayerLCD")
2 - Author Name (Me!)
3 - Author Email
4 - Plugin Version

Assuming this little bit passes whatever regex is being used, the full readme is in the ZIP file.

Cheers -
Mike

Post Reply