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) GB-PVR Support (legacy) v
« Previous 1 … 1108 1109 1110 1111 1112 … 1231 Next »
My Music not showing

 
  • 0 Vote(s) - 0 Average
My Music not showing
pcostanza
Online

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#31
2005-02-06, 05:57 PM
Getting tired yet?
It did crash as you said.


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)
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#32
2005-02-06, 06:07 PM
oh bloody ####, i found the bug.  it was a very stupid mistake, i was loading the database after the files are scaned for, since i only just added the database, and well ive been testing with several items in the virtual root so it didnt crash.

ok the fix will be uploaded in about 10mins.  god i cant believe how stupid that was.

just to give you an idea how dumb it was:
old code:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> FileList.init(skinDirectory,skinHelper,settings);
files = new Files("Virtual Root");
playlists = new Playlists();
fileList = files;

node = settings.SelectSingleNode("/settings/PluginSettings/MyMusicPlugin/DatabaseConnectionString");
if(node == null)
node = CommonUtilities.CreateNode(settings,PluginHelperFactory.getPluginHelper().GetInstallDirectory() +"config.xml","/settings/PluginSettings/MyMusicPlugin/DatabaseConnectionString","Provider=Microsoft.Jet.OLEDB.4.0; Data Source="+ PluginHelperFactory.getPluginHelper().GetInstallDirectory() +"music.mdb");
database = new Database(node.InnerText);
MusicTag.database = database;[/QUOTE]

new code
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">node = settings.SelectSingleNode("/settings/PluginSettings/MyMusicPlugin/DatabaseConnectionString");
if(node == null)
node = CommonUtilities.CreateNode(settings,PluginHelperFactory.getPluginHelper().GetInstallDirectory() +"config.xml","/settings/PluginSettings/MyMusicPlugin/DatabaseConnectionString","Provider=Microsoft.Jet.OLEDB.4.0; Data Source="+ PluginHelperFactory.getPluginHelper().GetInstallDirectory() +"music.mdb");
database = new Database(node.InnerText);
MusicTag.database = database;

FileList.init(skinDirectory,skinHelper,settings);
files = new Files("Virtual Root");
playlists = new Playlists();
fileList = files;[/QUOTE]



reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#33
2005-02-06, 06:36 PM
just incase you missed it, the fix has now been uploaded to the wiki.
pcostanza
Online

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#34
2005-02-06, 06:56 PM
reven, thanks for all your help. It shows up now and all the songs are listed. BUT, none of the songs play. Nothing happens when selected. Other than that, GB-PVR takes much longer to start.
All said, you didn't give up and I appreciate all your time in this.

Stop the presses.....I obviously have a few bad mp3's since only 1 directory didnt' work but all the others do...So, forget the above with the exception of a slow boot.
You are a warrior.

Paul





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)
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#35
2005-02-06, 07:00 PM
try playing the same songs with the built in &quot;music library&quot; there seems to be some issues with music playback with gbpvr 0.90x (i have no idea why, could be some direct filters, try downloading the latest k++ codec pack, you can find a link at http://www.nerdthings.com).

ok u edited, when i posted [Image: smile.gif]. still try the latest codec pack, it comes with a bunch of directshow filters (which gbpvr uses to play videos/music).



pcostanza
Online

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#36
2005-02-06, 07:29 PM
It's all good on my side now. Thanks very much for all your time and efforts.


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)
mbeechwood
Offline

Junior Member

Posts: 26
Threads: 10
Joined: Aug 2004
#37
2005-02-06, 08:03 PM
great looking plugin.

ive downloaded latest version to work with .9 and am using blue skin.
all working fine apart from strange behaviour with picture icons...seems to be only loading first 10 or so. if i relabel a folder so it appears lower down i dont see album cover, equally if i change another to make it appear near the top i see the cover pic....any ideas??
ro76
Offline

Junior Member

Posts: 24
Threads: 7
Joined: Jan 2005
#38
2005-02-06, 08:12 PM
[b Wrote:Quote[/b] (mbeechwood @ Feb. 06 2005,15:03)]great looking plugin.

ive downloaded latest version to work with .9 and am using blue skin.
all working fine apart from strange behaviour with picture icons...seems to be only loading first 10 or so. if i relabel a folder so it appears lower down i dont see album cover, equally if i change another to make it appear near the top i see the cover pic....any ideas??
I had the same problem a while back. I think it's due to a problem with the default.jpg file in the first directory that show's up without an icon. I found that the image file was incomplete and could not be loaded. When I loaded it in photoshop, I found that the file was corrupted. I think the plugin cannot load any others once it gets stuck on the corrupt file.

Ro
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#39
2005-02-06, 08:24 PM
yeah ro76 sounds correct. the folder images and the folder description are on a seperate thread, a thread can crash and burn without killing the thing that started it, so thats why gbpvr isnt crashing at that point. the thread is probably crashing because of the corrupt image file, but it could be a corrupt music file aswell (it uses the first music file found in the directory to get the info).
mbeechwood
Offline

Junior Member

Posts: 26
Threads: 10
Joined: Aug 2004
#40
2005-02-06, 10:00 PM
yep, thanks, youre both right, funny thing though is that the offending jpg loaded up ok as a thumbnail
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  Live TV not showing anything although recordings are OK. Pls advise. seymoria 8 4,912 2012-08-07, 05:07 PM
Last Post: ACTCMS
  Conflicts showing up in future David B 1 1,454 2010-11-11, 03:36 PM
Last Post: David B
  Problem with SRT Viewer showing italic tags ie:<i> text </> nsti2tion 4 3,451 2010-10-05, 11:55 PM
Last Post: sub
  DVB-T Subtitles not showing Lyhr007 46 16,212 2010-09-07, 10:33 AM
Last Post: pBS
  EPG show data showing up in the wrong spot divinehammer 0 1,282 2010-06-24, 09:59 PM
Last Post: divinehammer
  Decoders not showing in Playback - Video Decoder dvasco 2 1,541 2010-05-06, 09:44 PM
Last Post: dvasco
  Display icon error in Music Library Jaggy 10 3,765 2010-02-01, 12:10 AM
Last Post: Jaggy
  Feature/idea - hide file extension in Video/Music library DronnyBoyd 34 9,539 2009-12-15, 01:26 AM
Last Post: sub
  PVRX2 not always showing "recording" in pending martint123 2 1,401 2009-11-12, 09:59 PM
Last Post: sub
  How to play .m4a music files Blue Racer 4 1,984 2009-11-07, 02:48 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode