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) Recording2, MusicLibrary2, SystemStatus Support v
1 2 3 4 5 … 10 Next »
ML3 Nightly testing

 
  • 0 Vote(s) - 0 Average
ML3 Nightly testing
Jaggy
Online

Posting Freak

Carterton, NZ
Posts: 3,641
Threads: 148
Joined: Mar 2006
#101
2010-01-04, 11:19 AM
I use drop shadow & outlined text right throughout my B-R-xHV skins

for drop shadow:
Code:
<TextStyle name="PositionInfoMutedText" color="#989898" dropShadow="#444450" size="14" style="regular"/>

for outlined text:
Code:
<DrawTextWithOutline text="@folderName" loc="8,1" size="90,98" wrap="false" outlineWidth="3" borderColor="Black" textStyle="ListViewSelectedFolders" align="Left" valign="Center"/>
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#102
2010-01-04, 04:40 PM (This post was last modified: 2010-01-28, 07:36 AM by pz1.)
I have observed several times that on MVP that the sound stops, but the counter underneath the album art of the playlist view continues.
Logs attached.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#103
2010-01-04, 04:57 PM
mvallevand Wrote:Well I don't have a clue how to do that.

Martin

As you can see, we are willing to help.Big Grin

I'll review the blue xml's this week and make them match what I did for CS and see how they work out.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#104
2010-01-04, 11:17 PM
Thanks everyone! I think I might actually understand this. Fatman_do, anything you want to do to help with the blue skin is fine with me, respecting the blue look and feel of course.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#105
2010-01-05, 12:23 AM
pz1 Wrote:I have observed several times that on MVP that the sound stops, but the counter underneath the album art of the playlist view continues.
Logs attached.

Pieter I noticed a .ogg file in your list. I can't tell by the logs, but if you have GBPVR configured to NOT transcode OGG without the appropriate command line option to mvpmc ( --em-flac ) that would explain the silence.

Martin
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#106
2010-01-05, 03:24 AM (This post was last modified: 2010-01-05, 04:02 AM by Fatman_do.)
Martin, to do a background image as either full screen, or list background, I need a screen element that is drawn underneath everything else.

An example...
Code:
<Placement name="ListImage"      loc="36.0,11"   size="61,69.5"/>

..
..
    <CompositeImage name="ListImage" size="61,69.5">
      <DrawImage filename="@FanArt" loc="0,0" size="100.0,100.0"/>
    </CompositeImage>
Bad "photoshop" mockup...granted list transparency and text adjustments notwithstanding.
[ATTACHMENT NOT FOUND]
We can resize it to be full screen if need be.

Here is my refresh of the blue skin..[ATTACHMENT NOT FOUND]
If anyone wishes to try this out, just make a backup of the original MusicLibrary3 skin folder first.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#107
2010-01-05, 04:23 AM
I like what you guys have done with ML3 and it seems to be working very well for me on my PH. But playing around with it on my computer, I can only play the files using my remote. Using the keyboard doesn't seem to work as I can play files, only move from one to the other. Is there something I'm missing? The multi-media keys on the keyboard work but ordinarily, shouldn't scrolling to the song you want to play then hitting 'enter' allow the file to play?


Paul


Custom ASUS Maximus X Hero, 16 GB Memory-ASUS GeForce 1050 Ti, H115i Pro AIO, 850W PS, CM H500P case, Corsair Vengeance RGB Ram, Samsung 970 EVO, HDHomerun Prime & Extend  Tuners- running Windows 10 (and other goodies)
Dave72
Offline

Member

Posts: 186
Threads: 23
Joined: Jul 2005
#108
2010-01-05, 04:52 AM
Ya gotta use the hotkeys.. so for the Blue button = CTRL-B , CTRL-Y cues the mp3 as a yellow button, etc
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#109
2010-01-05, 04:59 AM
Ah, thanks very much. I bet that was posted somewhere and I passed right over it.


Paul


Custom ASUS Maximus X Hero, 16 GB Memory-ASUS GeForce 1050 Ti, H115i Pro AIO, 850W PS, CM H500P case, Corsair Vengeance RGB Ram, Samsung 970 EVO, HDHomerun Prime & Extend  Tuners- running Windows 10 (and other goodies)
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#110
2010-01-05, 09:51 AM (This post was last modified: 2010-01-28, 07:38 AM by pz1.)
mvallevand Wrote:Pieter I noticed a .ogg file in your list. I can't tell by the logs, but if you have GBPVR configured to NOT transcode OGG without the appropriate command line option to mvpmc ( --em-flac ) that would explain the silence.

Martin
I am confused. I just tested a number of ogg's. They played fine in my existing configuration.
If I change the MVP startup parameters to:
mvpmc --em-flac --startup emulate --emulate ? &
I have no sound, and the counter continues while focus of the playlist is not moving.
The logs are difficult to interpret. I do remember that the last album art was from a song by Cecilia Bartoli, but if I insert that in a playlist the list plays just fine. In earlier occurences I did also test the next song in the list. Also there no problems.
Related to the following questions:
1) I understand that mvpmc can play .flac natively. Is that also possible now through GBPVR and ML3? If so what settings are needed?
2) You state that in order to play ogg I have to set --em-flac. Does this switch istruct to handle both flac and ogg to be decoded on the MVP?

I guess I have some conflicting settings for my MVP (settings attached).
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using ML3 (nightly) 4 a new ML3 user Jaggy 26 20,848 2010-01-27, 12:48 AM
Last Post: psycik

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

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

Linear Mode
Threaded Mode