NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 49 50 51 52 53 … 93 Next »
MusicLibrary2

Thread Closed 
 
  • 0 Vote(s) - 0 Average
MusicLibrary2
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#191
2006-08-21, 06:11 PM
Did you remember to retain the first half dozen lines or so of XML from the other language file ("LOCAL LANG" etc)? These are used by the application to tell what language is used by the file etc. If you dont have these, then your file will probably suffer the fate you describe...
|)uffman
Offline

Junior Member

Posts: 36
Threads: 3
Joined: Jun 2006
#192
2006-08-21, 06:15 PM
No - I just reused/copied my old Language.xml file from the main dir to <Language>. I will look at one of the foreign xmls to see the formatting I need. Thanks!
[SIZE="1"]HARDWARE: P4 3.2 HT, 1.5 GB DDR-400, GA-81G1000-Pro, 2 TB Storage, 2 x PVR-150, Radeon 9550 Pro (S-Vid), Harmony 880 Remote, 2 Sony PS2 Gamepads, Antec P180 Case.
SOFTWARE: GBPVR 99.05, WinDVD 6, K-Lite Mega Codec Pack, VLC, Web Streaming & Admin, Music Library2, Weather, Theater, ComSkip, ComClean, Custom: [Boot into GBPVR, GBPVR auto-restart, ComClean deletes original MPG & log files], Concurrent Connection Hack (sig9.com), RealVNC via HTTP, SlimServer, NEStopia.[/SIZE]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#193
2006-08-21, 06:38 PM
|)uffman Wrote:I don't think there is an "English" file. All I see in the <Language> directory are the foreign language xml files.

Ofcourse, didn't think of that, sorry:o
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,226
Threads: 139
Joined: Sep 2004
#194
2006-08-28, 01:21 PM
Hi.

1st off....Great Plugin!

Couple of questions....stupid one first:-
When I've got a few tracks queued for playing and I go to the playlist screen and stop the play, is there a way to "clear" the current list (keyboard/remote)? I cant seem to get back to the playlist selection screen without re-starting GBPVR

2nd. Most of my external M3U playlists don't seem to import event though they play fine in the likes of WMP. They show up in the playlist left hand selection screen but no tracks show in the right hand track list section.
When I open the M3Us in say notepad, they're just lists of the relevant mp3 file names in order.

Any idea why they don't import?

Any help appreciated.
|)uffman
Offline

Junior Member

Posts: 36
Threads: 3
Joined: Jun 2006
#195
2006-08-28, 03:19 PM
Bobins Wrote:Hi.

1st off....Great Plugin!

Couple of questions....stupid one first:-
When I've got a few tracks queued for playing and I go to the playlist screen and stop the play, is there a way to "clear" the current list (keyboard/remote)? I cant seem to get back to the playlist selection screen without re-starting GBPVR

The green button (ctrl+g) toggles between the playlist and library screens.

The stop button (ctrk+s) to clears the current playlist.

Bobins Wrote:2nd. Most of my external M3U playlists don't seem to import event though they play fine in the likes of WMP. They show up in the playlist left hand selection screen but no tracks show in the right hand track list section.
When I open the M3Us in say notepad, they're just lists of the relevant mp3 file names in order.

Any idea why they don't import?

Any help appreciated.

I'm not positive on this one, but I don't think ML2 will work if your m3u files do not have the full file path... C:\Docs\User\My Docs\Britney Spears\Britney.mp3

You do not need quotes if there are spaces in your file paths.

Good luck...
[SIZE="1"]HARDWARE: P4 3.2 HT, 1.5 GB DDR-400, GA-81G1000-Pro, 2 TB Storage, 2 x PVR-150, Radeon 9550 Pro (S-Vid), Harmony 880 Remote, 2 Sony PS2 Gamepads, Antec P180 Case.
SOFTWARE: GBPVR 99.05, WinDVD 6, K-Lite Mega Codec Pack, VLC, Web Streaming & Admin, Music Library2, Weather, Theater, ComSkip, ComClean, Custom: [Boot into GBPVR, GBPVR auto-restart, ComClean deletes original MPG & log files], Concurrent Connection Hack (sig9.com), RealVNC via HTTP, SlimServer, NEStopia.[/SIZE]
|)uffman
Offline

Junior Member

Posts: 36
Threads: 3
Joined: Jun 2006
#196
2006-08-28, 03:35 PM
sub Wrote:Did you remember to retain the first half dozen lines or so of XML from the other language file ("LOCAL LANG" etc)? These are used by the application to tell what language is used by the file etc. If you dont have these, then your file will probably suffer the fate you describe...

Sub --
This is the header of the Italian Language file...

<?xml version="1.0" encoding="ISO-8859-1" ?>
<language>
<translate originalText="Original Text" translatedText="Italiano"/>
<translate originalText="LOCAL LANG" translatedText="Italiano Plugins"/>
<translate originalText="XML ENCODING" translatedText="ISO-8859-1"/>
<translate originalText="LANG CODE" translatedText="esp"/>
<translate originalText="LAST CHANGE" translatedText="18-FEB-06"/>
<translate originalText="ADD NATIONAL CHARS IN STRING BELOW" translatedText="ADD NATIONAL CHARS IN STRING BELOW"/>
<translate originalText="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" translatedText="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"/>

So I made my file look like this...

<?xml version="1.0" encoding="UTF-8"?>
<language>
<translate originalText="Original Text" translatedText="Original Text"/>
<translate originalText="LOCAL LANG" translatedText="LOCAL LANG"/>
<translate originalText="XML ENCODING" translatedText="UTF-8"/>
<translate originalText="LANG CODE" translatedText="LANG CODE"/>
<translate originalText="LAST CHANGE" translatedText="18-FEB-06"/>
<translate originalText="ADD NATIONAL CHARS IN STRING BELOW" translatedText="ADD NATIONAL CHARS IN STRING BELOW"/>
<translate originalText="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" translatedText="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"/>
<translate originalText="Music Library2" translatedText="|\/| U $ | ("/>
</language>

And it still always resets to "English" in the config app. Basically I want it to use the English defaults and translate Music Library2 to something else.

Am I doing something wrong? Should this be in another thread??? I'm not familiar with some of the variables (LOCAL LANG, etc.) in the language.xml files.

Thanks!
[SIZE="1"]HARDWARE: P4 3.2 HT, 1.5 GB DDR-400, GA-81G1000-Pro, 2 TB Storage, 2 x PVR-150, Radeon 9550 Pro (S-Vid), Harmony 880 Remote, 2 Sony PS2 Gamepads, Antec P180 Case.
SOFTWARE: GBPVR 99.05, WinDVD 6, K-Lite Mega Codec Pack, VLC, Web Streaming & Admin, Music Library2, Weather, Theater, ComSkip, ComClean, Custom: [Boot into GBPVR, GBPVR auto-restart, ComClean deletes original MPG & log files], Concurrent Connection Hack (sig9.com), RealVNC via HTTP, SlimServer, NEStopia.[/SIZE]
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,226
Threads: 139
Joined: Sep 2004
#197
2006-08-28, 07:54 PM
|)uffman Wrote:The green button (ctrl+g) toggles between the playlist and library screens.

The stop button (ctrk+s) to clears the current playlist.

...

ctrl+g does toggle between screens.
ctrl+s does stop the current track playing but it doesn't clear the play list. The only way I can clear the playlist seems to be to exit GBPVR and restart.

My M3U files dont contain a full path. Some import & play. Others don't even though their syntax looks similar.

Very odd :confused:
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#198
2006-08-28, 08:16 PM
Can you post me one of your m3u files and I'll have a look at them. I don't tend to use playlists so my testing is quite limited.

Your stop command sounds strange, can you make sure your logging is set to verbose (from the config app) and queue some songs, play one of them then hit the stop command. Then post the gbpvr.exe.log for me.

Cheers
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,226
Threads: 139
Joined: Sep 2004
#199
2006-08-28, 09:20 PM
Thanks Psycik.

I've attached a few of the offending M3Us.

The Madonna one loads & plays. The others show in the left window on the Playlist screen but have nothing in the track window and if you select "play" they say playing at the top of the screen but nothing happens.

I'll send the crtl+s log file seperately when I've had chance to test.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#200
2006-08-28, 09:27 PM
no real difference for any of them, I take it that the playlist resides in the same path as the music?? It must do because there are no paths in the m3u's at all.

I'll look at making an update, it may not have been anything I've explicitly tested.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (26): « Previous 1 … 18 19 20 21 22 … 26 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode