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
« Previous 1 … 5 6 7 8 9 10 Next »
MusicLibrary2 6.3 - Couple of little fixes

Thread Closed 
 
  • 0 Vote(s) - 0 Average
MusicLibrary2 6.3 - Couple of little fixes
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#21
2007-07-19, 06:04 AM
psycik Wrote:Ahh, may have just found it... in your logs you try loading Database factory: System.Data.OleDb.OleDbFactory

It should be
System.Data.SQLite.SQLiteFactory

Hmm, maybe you've set you db to MusicLibrary2.db3, but you config app say MSAccess....


Can you check

I was puzzled about that as well, but I do not know much about these database connectors. In the meantime I had reverted back to ML 5.4 _WITH_ SQLlite. In config.xml I see the following :
Code:
<DatabaseConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Program Files\devnz\gbpvr\musiclibrary2.db3";User Id=admin;Password=</DatabaseConnectionString>
<DatabaseProviderFactory>System.Data.OleDb.OleDbFactory</DatabaseProviderFactory>

Next I install ML2-6.3 as described above. I only choose the default ML2 SQLlite database and leave all other ML2 settings on their defaults:
Code:
<DatabaseConnectionString>Data Source="C:\Program Files\devnz\gbpvr\MusicLibrary2.db3";Version=3;New=True;</DatabaseConnectionString>
<DatabaseProviderFactory>System.Data.SQLite.SQLiteFactory</DatabaseProviderFactory>
I start config.exe a second time to only set the paths for the music directories, and again save it. Now the to my surprise the database string has changed in:
Code:
<DatabaseConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Program Files\devnz\gbpvr\MusicLibrary2.db3";User Id=admin;Password=</DatabaseConnectionString>
<DatabaseProviderFactory>System.Data.OleDb.OleDbFactory</DatabaseProviderFactory>

I don't understand how this happens. The stange thing is that ML2-5.4 functions quite well with this DatabaseProviderFactory
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#22
2007-07-19, 06:36 AM
I just noticed that if I reopen the ML2 settings in config.exe the type of database is undetermined. (see attached image). As long as I do check the SQLlite database before hitting the OK button everything is working fine. If I do not check it, the problems as described above occur.
Is this happening only in my installation? If so any idea why?
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#23
2007-07-19, 07:41 AM
pz1 Wrote:I just noticed that if I reopen the ML2 settings in config.exe the type of database is undetermined. (see attached image). As long as I do check the SQLlite database before hitting the OK button everything is working fine. If I do not check it, the problems as described above occur.
Is this happening only in my installation? If so any idea why?

I've just made it so that if nothing is filled in, it should default to sqllite.

If i start it with a completely new configuration, I get a message saying the db tab is not filled out.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#24
2007-07-19, 07:45 AM
aha, and found the gbpvr.html - it's actually erroring with gbpvr.xml and I found where....
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#25
2007-07-19, 07:50 AM
psycik Wrote:I've just made it so that if nothing is filled in, it should default to sqllite.

If i start it with a completely new configuration, I get a message saying the db tab is not filled out.

If you open the ML2 settings in config.exe in an existing situation, is the SQL database checked in the 'General tab' or does it look like my image, where the database type is undetermined?
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#26
2007-07-19, 08:15 AM
pz1 Wrote:If you open the ML2 settings in config.exe in an existing situation, is the SQL database checked in the 'General tab' or does it look like my image, where the database type is undetermined?

When i start mine the SQLLite option is selected.

The dll I just sent you, has a little more debug logging around here as well. I'd be interested to see what your logs say when it starts. Reply directly if you wish, or in the forums.
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#27
2007-07-19, 08:42 AM
psycik Wrote:Reply directly if you wish, or in the forums.
I will reply directly to you, and if appropriate summarise the results in this space.
nbarsley
Offline

Member

Posts: 242
Threads: 36
Joined: Oct 2006
#28
2007-07-20, 08:13 PM
Are there any tips to help speed up Music Library2? I always thought that it was just my computer that made ml2 seem to lag so much but its actually slower with my new faster computer. Does it have to do with the amount of MP3's in my library? I only have ~4000 songs.
P4 2.4b Northwood - 1 Gig RAM - PVR 150 - Sapphire 2600XT AGP - HDA X-Mystique 7.1 Dolby Digital Live -> Samsung HT - USB-UIRT, USB-> 2 Playstation Controller Adaptors - NEC ND-3550A Burner
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#29
2007-07-20, 08:25 PM
Speed up in what way? Navigating or it's updating of tracks?

There is a setting in the configuration called Always Query - which you can turn off, and it will stop ML2 from running a query everytime you navigate a new artist/album. You have to hit ok on the artist to activate the query.

Also there is an option to remove the "All/All" setting which is what the default view is when you navigate back in to ML2 from outside.

For the track updating, the very first one will be slow, but subsequent updates should only update what has changed.


One thing I did do with this new version was to push the playlist loading to a background thread. Now that i know how to do that, I might be able to do similar with the navigation.

Try some of those ideas and let me know how you get on.
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#30
2007-07-21, 07:25 AM
pz1 Wrote:I will reply directly to you, and if appropriate summarise the results in this space.
My problem has been solved by psycik with a patch that I presume will be part of the next public release.

In my debugging efforts I came across an issue with updating my library. It appeared that in the 6.x series my library did not reflect the changes I had made in my MP3-tags. I now understand that this plugin queries WMP to get the MP3-tags. The problem is that this function first looks in the WMP library if there are tags for a specific MP3. If it does not exist it queries the MP3 file. Months ago I once ran WMP on my server, and I did build a library. So this library was the source of my outdated information in ML2. Emptying the WMP library solved the problem.
« 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
  MusicLibrary2 - Version 7 Support thread. psycik 124 65,519 2009-05-18, 06:26 AM
Last Post: pz1
  MusicLibrary2 and NAS? nchamp 23 9,678 2008-09-16, 08:56 PM
Last Post: psycik
  How do I clean isntall MusicLibrary2? vskatusa 23 9,617 2008-08-10, 11:02 PM
Last Post: psycik
  gbpvr.exe (v1.1.5) and MusicLibrary2 (v7.1) Denjet 6 3,551 2008-03-25, 08:48 PM
Last Post: Denjet
  Managing Lists in Musiclibrary2 Sam 11 5,348 2008-03-11, 07:03 PM
Last Post: psycik
  MusicLibrary2 doesn't show when selected meekochan 27 9,660 2008-03-06, 09:04 AM
Last Post: psycik
  Problems during instalation of MusicLibrary2 erik 6 3,134 2007-12-31, 07:51 PM
Last Post: psycik
  No MusicLibrary2 button to see Denjet 1 1,903 2007-11-17, 06:48 PM
Last Post: psycik
  Problem with MusicLibrary2 v6.5 johnnybonzo 20 7,487 2007-11-06, 10:38 PM
Last Post: psycik
  MusicLibrary2 does not work r3d 15 5,832 2007-10-18, 09:28 PM
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