NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 2 3 4 5 … 125 Next »
GBpvr and Music

 
  • 0 Vote(s) - 0 Average
GBpvr and Music
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#101
2009-09-27, 01:49 AM
Odd, as far as I knew there was nothing configured to work with the |< button, what does it do? There is only one skip function in the plug-in and that skips the current playing song and goes to the next chosen song or the next random selection. It may end up being that the new version of GBpvr acts just a bit differently that the older version as far as the remote buttons go. I use this exclusivly with the MVP's and that may also account for our difference in operation.

I'm really reaching back a bit here but isn't there a file in GBpvr that allows you to map buttons to functions, something like the keymapping xml files?
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#102
2009-09-27, 02:00 AM (This post was last modified: 2009-09-27, 02:16 AM by Snooze.)
Using |< restarts the current playing file for me.

The Keymapping file for Jukebox2 looks like this

<mappings>
<command name="JUKEBOX2_ESCAPE" key="Escape"/>
<command name="JUKEBOX2_ESCAPE" key="Home"/>
<command name="JUKEBOX2_ENTER" key="Enter"/>
<!-- <command name="JUKEBOX2_BACK" key="Back"/> -->
<command name="JUKEBOX2_UP" key="Up"/>
<command name="JUKEBOX2_DOWN" key="Down"/>
<command name="JUKEBOX2_LEFT" key="Left"/>
<command name="JUKEBOX2_RIGHT" key="Right"/>
<!-- <command name="JUKEBOX2_PAGE_UP" key="Prior"/> -->
<command name="JUKEBOX2_PAGE_UP" key="PageUp"/>
<command name="JUKEBOX2_PAGE_DOWN" key="Next"/>
<command name="JUKEBOX2_NEXT_SONG" key="^Right"/>
<command name="JUKEBOX2_RESTART_SONG" key="^Left"/>
<command name="JUKEBOX2_BLUE" key="^B"/>
<command name="JUKEBOX2_TOGGLE_CONTROL" key="^Y"/>
<command name="JUKEBOX2_EXCLUDE" key="^R"/>
<command name="JUKEBOX2_TOGGLE_PLAYLIST" key="^G"/>
<command name="JUKEBOX2_PAUSE" key="^Q"/>
<command name="JUKEBOX2_PLAY" key="^P"/>
<command name="JUKEBOX2_STOP" key="^S"/>
</mappings>

So it all looks correct. Doesn't it?

EDIT: And as a matter of fact, after looking at this keymapping file the pause does not work. As well as the Blue or Yellow Button (whatever blue and yellow does).
[SIZE="1"]Gigabyte GA-EP45-UD3R, Win8, Core 2 Duo E8400 3.0GHz, 6 GB (2GBx2, 1GBx2) DDR2 800, GIGABYTE GV-N220OC-1GI Video, CM Real Power Pro 550 Watt PS, HVR-2250 & HVR-1600 analog/Clear QAM, Realtek S/PDIF, Harmony 880 in MCE remote mode w/ Gestion LM Remote Keymap.
NPVR 2.5.9 (SAF6) Cyberlink video & LAV/ffdshow Audio Filters. Skin=Default Horizontal
Plugins: Weather
External Apps: XBMC, Hulu, Boxee, Winamp
Utilities:Comskip[/SIZE]
teookie
Offline

Member

Posts: 112
Threads: 29
Joined: Nov 2007
#103
2009-09-27, 02:34 AM
Will jukebox work w/ skins other than "blue"?
[SIZE="1"]Hardware -- 780G -- HD3200+HD3450 -- 5000+ X2 -- 2GB RAM -- 2X HVR1600 -- 160GB + 1TB HDD

Software -- GBPVR 1.4.7 -- Vista Business -- EVR -- ATI MPEG Codec -- FFdshow/AC3filter[/SIZE]
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#104
2009-09-27, 02:38 AM
In order for it to work with Blue Retro SHV, I copied from skin\blue to Skin\Blue-Retro-SHV. Note I did not write skin2. This is a legacy plugin, so it needs to go in skin.
[SIZE="1"]Gigabyte GA-EP45-UD3R, Win8, Core 2 Duo E8400 3.0GHz, 6 GB (2GBx2, 1GBx2) DDR2 800, GIGABYTE GV-N220OC-1GI Video, CM Real Power Pro 550 Watt PS, HVR-2250 & HVR-1600 analog/Clear QAM, Realtek S/PDIF, Harmony 880 in MCE remote mode w/ Gestion LM Remote Keymap.
NPVR 2.5.9 (SAF6) Cyberlink video & LAV/ffdshow Audio Filters. Skin=Default Horizontal
Plugins: Weather
External Apps: XBMC, Hulu, Boxee, Winamp
Utilities:Comskip[/SIZE]
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#105
2009-09-27, 04:43 AM
Wow, I have no idea how that button restarts a song. I was not aware it was in the dll at all to even do that. I've gone back over my notes and I didn't document that at all. That button here does nothing.

The key mappings are for keyboards so you can control it from a keyboard. I was thinking there was a file similar to it but for remotes, maybe there isn't because so far I've not found it.

The only one of the colored buttons that is supposed to do anything is the red button, to include or exclude files or folder from play.

Since my GBpvr is in a closet and has no provisions for remote operation I can't test it for you. I operate Jukebox strictly from MVP's tied into the whole house music system. The fact that I use it through MVP's may account for the difference we're seeing, maybe, it's all I can think of.

It would be interesting to hear from others on what their remotes do.

When I get the source posted I'm hoping a good programmer will want to pick this up and correct a few items and get it updated for GBpvr's newer versions.

Snooze Wrote:Using |< restarts the current playing file for me.

The Keymapping file for Jukebox2 looks like this

<mappings>
<command name="JUKEBOX2_ESCAPE" key="Escape"/>
<command name="JUKEBOX2_ESCAPE" key="Home"/>
<command name="JUKEBOX2_ENTER" key="Enter"/>
<!-- <command name="JUKEBOX2_BACK" key="Back"/> -->
<command name="JUKEBOX2_UP" key="Up"/>
<command name="JUKEBOX2_DOWN" key="Down"/>
<command name="JUKEBOX2_LEFT" key="Left"/>
<command name="JUKEBOX2_RIGHT" key="Right"/>
<!-- <command name="JUKEBOX2_PAGE_UP" key="Prior"/> -->
<command name="JUKEBOX2_PAGE_UP" key="PageUp"/>
<command name="JUKEBOX2_PAGE_DOWN" key="Next"/>
<command name="JUKEBOX2_NEXT_SONG" key="^Right"/>
<command name="JUKEBOX2_RESTART_SONG" key="^Left"/>
<command name="JUKEBOX2_BLUE" key="^B"/>
<command name="JUKEBOX2_TOGGLE_CONTROL" key="^Y"/>
<command name="JUKEBOX2_EXCLUDE" key="^R"/>
<command name="JUKEBOX2_TOGGLE_PLAYLIST" key="^G"/>
<command name="JUKEBOX2_PAUSE" key="^Q"/>
<command name="JUKEBOX2_PLAY" key="^P"/>
<command name="JUKEBOX2_STOP" key="^S"/>
</mappings>

So it all looks correct. Doesn't it?

EDIT: And as a matter of fact, after looking at this keymapping file the pause does not work. As well as the Blue or Yellow Button (whatever blue and yellow does).
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#106
2009-09-27, 04:45 AM (This post was last modified: 2009-09-27, 04:51 AM by Snooze.)
Ok. It reacts the same way with my keyboard, as it does the remote, FYI. Oh and Green (^G) toggles between "Playing now" and "Playlist".
[SIZE="1"]Gigabyte GA-EP45-UD3R, Win8, Core 2 Duo E8400 3.0GHz, 6 GB (2GBx2, 1GBx2) DDR2 800, GIGABYTE GV-N220OC-1GI Video, CM Real Power Pro 550 Watt PS, HVR-2250 & HVR-1600 analog/Clear QAM, Realtek S/PDIF, Harmony 880 in MCE remote mode w/ Gestion LM Remote Keymap.
NPVR 2.5.9 (SAF6) Cyberlink video & LAV/ffdshow Audio Filters. Skin=Default Horizontal
Plugins: Weather
External Apps: XBMC, Hulu, Boxee, Winamp
Utilities:Comskip[/SIZE]
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#107
2009-09-27, 01:02 PM
Snooze Wrote:Ok. It reacts the same way with my keyboard, as it does the remote, FYI. Oh and Green (^G) toggles between "Playing now" and "Playlist".

Well at least that would make some sense that they would behave the same. Generally, almost any button when the now playing is up should take you back to the folder view. As far as I know the only button that takes you back to the now playing screen without the 30 second wait was the right arrow button. Of course we are finding some oddities of operation here and there. I wonder if everyone using 1.4.7 gets the same operation as you do or if it's somewhat system specific.
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#108
2009-09-27, 03:25 PM
Yeah, interesting. Wait and see I guess.
[SIZE="1"]Gigabyte GA-EP45-UD3R, Win8, Core 2 Duo E8400 3.0GHz, 6 GB (2GBx2, 1GBx2) DDR2 800, GIGABYTE GV-N220OC-1GI Video, CM Real Power Pro 550 Watt PS, HVR-2250 & HVR-1600 analog/Clear QAM, Realtek S/PDIF, Harmony 880 in MCE remote mode w/ Gestion LM Remote Keymap.
NPVR 2.5.9 (SAF6) Cyberlink video & LAV/ffdshow Audio Filters. Skin=Default Horizontal
Plugins: Weather
External Apps: XBMC, Hulu, Boxee, Winamp
Utilities:Comskip[/SIZE]
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#109
2009-09-27, 04:45 PM
There are a couple of people playing with this that i know of, hopefully a couple will chime in with their experiences.
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#110
2009-09-27, 05:47 PM
Snooze:

I just came across the file it was thinking of that controls how the Hauppauge remote works, or any remote. It's the irremote.ini file found in C:\Windows. You'll probably want to read up on it in the Wiki before you make any changes to it. As always save a copy of the original, just in case. Smile

I also wondered if you had pressed the button to fix the Hauppauge remote in the config?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (13): « Previous 1 … 9 10 11 12 13 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NPVR Video, Photo, Music icons SFX Group 5 9,696 2011-01-24, 11:18 AM
Last Post: martint123
  Music plugin support thread MixMan 103 40,375 2010-08-31, 09:46 PM
Last Post: povarotti
  GBPVR with WEB EPG on WHS bline22 4 3,728 2010-05-21, 01:34 PM
Last Post: McBainUK
  Help with Music Pluin mcgilligan 0 2,262 2010-04-29, 03:14 PM
Last Post: mcgilligan
  Music Library Error chewy747 7 4,746 2010-01-29, 09:44 PM
Last Post: chewy747
  Ant Music Catalog and GBPVR walkerx 4 4,319 2010-01-21, 11:14 AM
Last Post: Fatman_do
  Music Library 3 Install Errors dennit 3 3,002 2009-12-05, 08:33 PM
Last Post: psycik
  Aeon Project skin port for GBPVR mvallevand 18 11,294 2009-10-31, 12:21 PM
Last Post: CornStopper
  Music Player Plug-in Jeff 39 13,695 2009-05-07, 05:03 PM
Last Post: baj1
  STB, Graphrecorder, and GBPVR observer_11 0 1,528 2009-04-18, 08:35 PM
Last Post: observer_11

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode