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
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#11
2005-02-05, 04:30 AM
OK, music.mdb exists where you show it should. I changed the root to a new folder with only 14 tracks. No go again.
When you scan for files, after it finds the files, should the files stay in the box? See file enclosed. After I hit OK, all the files scanned disappear from the window. Just making sure that is what is supposed to happen.


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
#12
2005-02-05, 04:35 AM
yeah they are meant to stay in the list so you can look and see what was added. ok can you download a program like mediatagger (from download.com) and make sure every field is tagged in the 14 track directory.

also i noticed you are using the Flat blue skin
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><ActiveSkin>Flat Blue - High Vis -238</ActiveSkin> [/QUOTE]
try switching to either the blue skin or media experience (as i know both these skins work).
mbeechwood
Offline

Junior Member

Posts: 26
Threads: 10
Joined: Aug 2004
#13
2005-02-05, 01:21 PM
Hi

Great looking plugin, but im having the same problems as pcostanza. i have tried reinstalling both mymusic and dbpoweramp, everytime though gbpvr doesnt see the pugin.

i have also emptied the mdb of info and created a test directory and put a single cd in. within config i have removed the orig music directory and pointed gbpvr at this test directory, however when scanning in my music it is still searching my original dirrectory and not the test one
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#14
2005-02-05, 01:34 PM
the code searching every Listitem in the &quot;virtual root&quot; list control, so this code is extremely basic, not much can go wrong here (there might be, but i doubt it). are you trying to scan the virtual root directories or the &quot;music&quot; directories listed for gbpvr itself? (ie the music directories used in the &quot;music library&quotWink
mbeechwood
Offline

Junior Member

Posts: 26
Threads: 10
Joined: Aug 2004
#15
2005-02-05, 01:50 PM
ok...apologies, my stupidity, i was altering main config directory rather than my music's.

so now it works and see's my test cd.

so if it cant read an id tag does the app fail to load, what about m4a files, as i have some of them...maybe i needto move them to another directory?
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#16
2005-02-05, 02:04 PM
i only have support to read mp3,wma,ape, and ogg tags.  m4a (assuming these are mpeg4 audio files) might use the same tag headers as mp3 so try and rename a m4a file to mp3 and see if the header works.

im still not 100% where the bug is, since i cant seem to recreate it.  ive only had 2 bug reports, one with audio cds and the freedb lookups (which i was aware of), and this bug which seems to be unique to pcostanza so it may take awhile before i can track it down.


oh i just had a idea, pcostanza in the filelist textbox change it to &quot;%FILENAME%&quot; this will force it to just display the music files filename and wont look up the tags in either the database or via the file headers. and run it again, see if this stops it from crashing, well failing to laod. at least if it works, i konw the bug is in actually in the tag class.



Cogliostro
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Feb 2005
#17
2005-02-05, 04:14 PM
Hi

I found something that could be a problem. (or just a problem with the log)
My log says:
Error initializing menu plugin: C:\Program Files\devnz\gbpvr\\plugins\MyMusicPlugin.dll

There are two &quot;\&quot; before &quot;plugins&quot; that doesn't seem right.
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#18
2005-02-05, 04:37 PM
[b Wrote:Quote[/b] (reven @ Feb. 04 2005,23:35)]yeah they are meant to stay in the list so you can look and see what was added. ok can you download a program like mediatagger (from download.com) and make sure every field is tagged in the 14 track directory.

also i noticed you are using the Flat blue skin
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><ActiveSkin>Flat Blue - High Vis -238</ActiveSkin>
try switching to either the blue skin or media experience (as i know both these skins work).[/QUOTE]
I got Mediatagger and every field is tagged. I have also tried all the other skins to see if that was the problem and still no joy.
It's strange since all my other plugins work.
Thanks for your help.


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
#19
2005-02-05, 05:21 PM
Cogliostro nah thats not the problem, it always looks like this. pcostanza did you try the &quot;%FILENAME%&quot; suggestion?
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#20
2005-02-05, 06:15 PM
[b Wrote:Quote[/b] (reven @ Feb. 05 2005,09:04)]i only have support to read mp3,wma,ape, and ogg tags. m4a (assuming these are mpeg4 audio files) might use the same tag headers as mp3 so try and rename a m4a file to mp3 and see if the header works.

im still not 100% where the bug is, since i cant seem to recreate it. ive only had 2 bug reports, one with audio cds and the freedb lookups (which i was aware of), and this bug which seems to be unique to pcostanza so it may take awhile before i can track it down.


oh i just had a idea, pcostanza in the filelist textbox change it to &quot;%FILENAME%&quot; this will force it to just display the music files filename and wont look up the tags in either the database or via the file headers. and run it again, see if this stops it from crashing, well failing to laod. at least if it works, i konw the bug is in actually in the tag class.
reven, I've tried made the change as suggested and just want to be sure that the %FILENAME% was not to be added to the list but completely replace what was there....correct? I did that and still no luck. Even when I scan the directory it won't keep the files. But, I can't understand why if I have a checkmark for MyMusic, it won't even show in the menu. You'd think it would show but give some error when trying to access it.
I sincerely hope I'm not some big dope doing one little thing wrong and putting you in a tailspin. I've applied this plugin like I have all the others which seem to work fine in the new version.
Don't spend all your time on me, I can survive without this but it does seem to be a cool little plugin.
Thanks


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)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


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,216 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,542 2009-12-15, 01:26 AM
Last Post: sub
  PVRX2 not always showing "recording" in pending martint123 2 1,402 2009-11-12, 09:59 PM
Last Post: sub
  How to play .m4a music files Blue Racer 4 1,985 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