NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 63 64 65 66 67 … 93 Next »
My Music 3 Beta (DB Version)

 
  • 0 Vote(s) - 0 Average
My Music 3 Beta (DB Version)
nkh
Offline

Senior Member

Posts: 418
Threads: 14
Joined: Jan 2004
#11
2005-11-14, 03:23 PM
Hmm, I must have missed a setting somewhere, 'cos I get this error when I run the db loader (I don't have a dir called "C:\xmltv\", so something must be pointing in the wrong direction):

[Image: mymusic3betaerror.gif]

These are some settings from my config.xml:

Code:
<MusicLibraryDirectory>Musik~C:\Musik|</MusicLibraryDirectory>
and
Code:
<MyMusicPlugin>
      <ImageFileExtensions>mp3|ape|ogg|wma</ImageFileExtensions>
      <DatabaseConnectionString>Provider=Microsoft.Jet.OLEDB.4.0; Data Source="C:\Programmer\devnz\gbpvr\MyDatabase.mdb"</DatabaseConnectionString>
      <CDDirectory>C:\</CDDirectory>
      <PlaylistDirectory>C:\Musik\</PlaylistDirectory>
      <WritingApplication>
      </WritingApplication>
      <VirtualRoot>Full albums~DIR~C:\Musik\fullalbums\|</VirtualRoot>
      <DebuggingLevel>0</DebuggingLevel>
      <MenuItems>
        <MenuItem name="View" index="0" visible="true" />
        <MenuItem name="Sort by" index="1" visible="true" />
        <MenuItem name="Slideshow" index="2" visible="true" />
        <MenuItem name="RSlideshow" index="3" visible="true" />
        <MenuItem name="Random" index="4" visible="true" />
        <MenuItem name="Playlists" index="5" visible="true" />
        <MenuItem name="Settings" index="6" visible="true" />
        <MenuItem name="Main Menu" index="7" visible="true" />
      </MenuItems>
    </MyMusicPlugin>

The things I have changed are the path to MyDatabase.mdb ('cos I'm using a Danish windows version) and setting a virtual root to the music on my computer. I have only changed settings using the config app.
Nicolai [SIZE="1"]- http://www.nk-h.dk
Current htpc - Asus N4L-VM DH, Core Duo 2GHz, 2GB RAM, Hauppauge PVR-500 mce, Twinhan DVB-C CI, TerraTec Cinergy 1200 DVB-C, nVidia 8800 GTS (using S-video tv-out), decoding dvb-c with ACamd 0.5.0.9, Yanksee and a Viaccess card from YouSee.[/SIZE]
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#12
2005-11-14, 03:26 PM
the C:\xmltv drive is just where the source files are on my development machine, so ignore that.

ill look at the source code again for the dbloader i may have hardcoded a few things (in my lazyness). im just about to watch "Casino" (a 3 hour flick) so ill do it after that Smile
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#13
2005-11-14, 03:30 PM
oh one thing you might try is just running gbpvr with my music enabled first, then running the dbimporter. i think that maybe my music has to first update the database (this is a long shot).
nkh
Offline

Senior Member

Posts: 418
Threads: 14
Joined: Jan 2004
#14
2005-11-14, 03:31 PM
reven Wrote:the C:\xmltv drive is just where the source files are on my development machine, so ignore that.

Ah okay Smile

reven Wrote:ill look at the source code again for the dbloader i may have hardcoded a few things (in my lazyness). im just about to watch "Casino" (a 3 hour flick) so ill do it after that Smile

hehe, have fun! Wink
Nicolai [SIZE="1"]- http://www.nk-h.dk
Current htpc - Asus N4L-VM DH, Core Duo 2GHz, 2GB RAM, Hauppauge PVR-500 mce, Twinhan DVB-C CI, TerraTec Cinergy 1200 DVB-C, nVidia 8800 GTS (using S-video tv-out), decoding dvb-c with ACamd 0.5.0.9, Yanksee and a Viaccess card from YouSee.[/SIZE]
djdafreund
Offline

Member

Posts: 104
Threads: 15
Joined: Apr 2005
#15
2005-11-15, 05:36 AM
Casino. Ahh, what a wonderfull movie. Beat him over the head with a f*ckin' bat!!! Long, but yet SO good!!! Hope you enjoy it. What a classic!!!
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#16
2005-11-15, 06:10 AM
Goofellas is bettera, but still good flick. better than the Godfather trilogy, boy are those over rated.
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#17
2005-11-17, 09:39 PM
Reven, just to let you know that I have the same problem as nkh

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at MyMusicDBLoader.Class1.GetDirectories(XmlDocument& settings) in c:\xmltv\mymusicdbloader\class1.cs:line 138
at MyMusicDBLoader.Class1.Main(String[] args) in c:\xmltv\mymusicdbloader\cla
ss1.cs:line 39
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#18
2005-11-18, 05:07 AM
yeah sorry i was meant to look into this a few days ago, but got sidetracked with other stuff. ill try and fix it later today.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#19
2005-11-18, 05:50 PM
nkh Wrote:Hmm, I must have missed a setting somewhere, 'cos I get this error when I run the db loader (I don't have a dir called "C:\xmltv\", so something must be pointing in the wrong direction):

[Image: mymusic3betaerror.gif]
i finally looked at the code, the problem is that some of your music files tags are incomplete, theres no artist name given for at least one file, thus theres a null exception. i posted a fix to ignore safe guard against the error for the dbloader but not sure how the plugin itself will handle it (probably just an artist with no name will be listed ie "").
nkh
Offline

Senior Member

Posts: 418
Threads: 14
Joined: Jan 2004
#20
2005-11-18, 08:46 PM
reven Wrote:i finally looked at the code, the problem is that some of your music files tags are incomplete, theres no artist name given for at least one file, thus theres a null exception. i posted a fix to ignore safe guard against the error for the dbloader but not sure how the plugin itself will handle it (probably just an artist with no name will be listed ie "").

Okay, that may well be....

Where do I get the updated dbloader? I just downloaded the file in the first post in thread and it had the old dbloader in it?

Also, could you make the dbloader write a text file with the files that has incomplete tags?
Nicolai [SIZE="1"]- http://www.nk-h.dk
Current htpc - Asus N4L-VM DH, Core Duo 2GHz, 2GB RAM, Hauppauge PVR-500 mce, Twinhan DVB-C CI, TerraTec Cinergy 1200 DVB-C, nVidia 8800 GTS (using S-video tv-out), decoding dvb-c with ACamd 0.5.0.9, Yanksee and a Viaccess card from YouSee.[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (14): « Previous 1 2 3 4 5 … 14 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Version control / repository software for VS Express bgowland 2 2,503 2014-05-02, 09:57 PM
Last Post: bgowland
  Discover NEWA version? bgowland 2 1,947 2014-01-06, 04:40 AM
Last Post: bgowland
  Accessing music file metadata in C# bgowland 6 3,431 2013-01-26, 05:14 AM
Last Post: bgowland
  visible="!@hasImage & folder.jpg in Music not working Jaggy 0 1,266 2012-02-10, 10:29 PM
Last Post: Jaggy
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,952 2012-02-05, 10:29 AM
Last Post: bgowland
  What music player is used? cncb 1 1,611 2011-08-01, 08:02 PM
Last Post: sub
  Detecting when Music Playlist is stopped (Ctrl-S) ACTCMS 6 2,984 2011-06-19, 07:52 PM
Last Post: sub
  beta net2hipsend pBS 143 45,909 2010-06-23, 06:37 AM
Last Post: pBS
  How can I reset the Music plugin's database? mkenyon2 1 1,958 2009-10-15, 06:43 PM
Last Post: psycik
  Common Music/Video Inset? reven 9 4,526 2008-12-09, 03:16 AM
Last Post: JavaWiz

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

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

Linear Mode
Threaded Mode