NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 13 14 15 16 17 … 56 Next »
Music Plugin Beta

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Music Plugin Beta
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#111
2008-10-27, 11:06 PM (This post was last modified: 2008-10-27, 11:35 PM by MixMan.)
mvallevand Wrote:Again chance that flv files can be (or are) piped through ffmpeg for the PCH/MVP?

Martin

Not likely. I guess the easiest way is to use a grabber that converts when downloading.
Doesn't the PCH support FLV files nativly....since it support YouTube as a WebService in plugin or?
Does it split the FLV and convert H.263 to something else?
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#112
2008-10-27, 11:09 PM
gEd Wrote:<DontRespondOnCharsFreetextInput>+-</DontRespondOnCharsFreetextInput>

Ah, I wondered why my remote had stopped working when using the plugin!

This is a small point but it might have been better to have set the behaviour as <DontDisplayOnCharsFreetextInput> so that it responds but doesn't display the +++---+- on the screen.

What function stopped working in the remote.....that would be used in the plugin?
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
gEd
Offline

Posting Freak

London
Posts: 3,519
Threads: 100
Joined: Jan 2005
#113
2008-10-27, 11:18 PM
MixMan Wrote:What function stopped working in the remote.....that would be used in the plugin?

The volume control (+ and -)
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
OscarL
Offline

Member

Posts: 164
Threads: 23
Joined: Feb 2005
#114
2008-10-28, 11:41 AM
HI,
A quick question. How can i manually add albumart and artistart. I have several songs where I have had to manually search for albumart.
If i put a folder.jpg in the song directory will it be imported as albumart?
What about artist. Can i manually put a file called artist.jpg or something?

Regards
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#115
2008-10-28, 02:25 PM
OscarL Wrote:HI,
A quick question. How can i manually add albumart and artistart. I have several songs where I have had to manually search for albumart.
If i put a folder.jpg in the song directory will it be imported as albumart?
What about artist. Can i manually put a file called artist.jpg or something?

Regards

Yes, Yes
Put the folder.jpg in the albums directory. At next MusicScan it will be copied to Album Art directory.

You can drop Artist images in the Artist directory....named "Artist name".jpg
They will show up directly....if named right.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#116
2008-10-28, 07:33 PM
Patch 0.61 to fix issues in previuos posts.
--------
- Reads settings/VideoLibraryExtensions from config.xml which says what video files
the Music plugin may show and try to playback. Add .FLV to this section if you want
to be able to show and playback that filetype.
<VideoLibraryExtensions>.*(mpeg|mpg|m2v|avi|ty|avs|ogm|mp4|mov|wmv|cdg|img|iso|rm|dvr-ms|ts|mkv|vob|divx|flv|ratDVD|m4v|3gp|rmvb)$</VideoLibraryExtensions>
- Rewrite the OnKeyDown() and OnKeyPress() methods.---for PCH use.
- Fix (again) so Enter is not sent to a left menu button if SearchText is visible.
- The <DontRespondOnCharsFreetextInput> is now only for freetext and not for any 'command'
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,370
Threads: 963
Joined: May 2006
#117
2008-10-28, 09:30 PM
BekKen and MixMan rock the PCH with keyboard fix!

Now for the MVP and PCH remote fix to handle D0-D9

Code:
2008-10-28 17:29:00.018    VERBOSE    [6]    User pressed@2: 1
2008-10-28 17:29:00.018    VERBOSE    [6]    about to call OnKeyDown()
2008-10-28 17:29:00.018    VERBOSE    [6]    ::MUSIC.DLL - OnKeyDown(): start!
2008-10-28 17:29:00.018    VERBOSE    [6]    No key mapping found for: D0
2008-10-28 17:29:00.018    VERBOSE    [6]    ::MUSIC.DLL - OnKeyDown(): No keyHelper or hard-coded was selected. Set AllowFreeTextInput=True so OnKeyPress() can test the input.
2008-10-28 17:29:00.018    VERBOSE    [6]    OnKeyDown
2008-10-28 17:29:00.018    VERBOSE    [6]    OnKeyDown() complete

Martin
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#118
2008-10-28, 10:09 PM
mvallevand Wrote:BekKen and MixMan rock the PCH with keyboard fix!

Now for the MVP and PCH remote fix to handle D0-D9

Code:
2008-10-28 17:29:00.018    VERBOSE    [6]    User pressed@2: 1
2008-10-28 17:29:00.018    VERBOSE    [6]    about to call OnKeyDown()
2008-10-28 17:29:00.018    VERBOSE    [6]    ::MUSIC.DLL - OnKeyDown(): start!
2008-10-28 17:29:00.018    VERBOSE    [6]    No key mapping found for: D0
2008-10-28 17:29:00.018    VERBOSE    [6]    ::MUSIC.DLL - OnKeyDown(): No keyHelper or hard-coded was selected. Set AllowFreeTextInput=True so OnKeyPress() can test the input.
2008-10-28 17:29:00.018    VERBOSE    [6]    OnKeyDown
2008-10-28 17:29:00.018    VERBOSE    [6]    OnKeyDown() complete

Martin

Hmmm
What does "rock the PCH with keyboard fix!" Does it rock?
What works and not?
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,370
Threads: 963
Joined: May 2006
#119
2008-10-28, 10:25 PM
MixMan Wrote:Hmmm
What does "rock the PCH with keyboard fix!" Does it rock?
What works and not?

Sorry for not being clear, it works much like on the pc except no on screen display of typed characters. I will pm you an url to a sample.

Martin
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#120
2008-10-29, 12:58 AM
OK, Thanks
We are getting closer then :-)
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  New LG and Samsung NextPVR Web Smart TV App available for beta testing. fred250 388 150,431 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 12,823 2015-10-05, 09:32 AM
Last Post: Lao Pan
  Movies beta vik 66 32,597 2015-03-31, 03:13 AM
Last Post: Lao Pan
  New plugin - MovieTrailers imilne 11 6,707 2014-09-25, 08:16 AM
Last Post: imilne
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,615 2014-02-09, 01:32 PM
Last Post: Lao Pan
  Files plugin tmrt 13 7,923 2014-01-09, 11:16 PM
Last Post: mvallevand
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 29,159 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 63,745 2013-10-04, 06:40 PM
Last Post: mvallevand
  Plex Plugin - first release psycik 141 62,012 2013-06-16, 08:59 PM
Last Post: JonnyCam
  SSPlus Screensaver - Photo Slideshow Beta ACTCMS 40 15,469 2012-12-07, 01:49 AM
Last Post: ACTCMS

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

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

Linear Mode
Threaded Mode