NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 38 39 40 41 42 … 56 Next »
MusicLibrary2: Version 3 BETA - You name it, it does it...

 
  • 0 Vote(s) - 0 Average
MusicLibrary2: Version 3 BETA - You name it, it does it...
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#51
2006-02-08, 08:37 AM (This post was last modified: 2006-03-15, 07:29 PM by psycik.)
Ahh, I think I saw that problem where it got added with (M3U). So maybe if there had been a couple of updates the name field could be too long, also saw some of you names, that might be bigger than 50 characters.

I have an update here. i added a heap of error code on all the database functions, so at least it shouldn't fall over.

i think I've fixed that m3u problem, and I've just made the database field larger for the M3U name.

Nuking the library includes playlists now.

Also I've added you random start stuff that you asked for. Go into the config if you get this as I changed a couple of the defaults.

One final thing I've added is ML2 can be used as a screen saver (called ML2Panel). There's some skin changes for that.
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#52
2006-02-08, 10:40 AM
Great stuff,

I'll do some testing tonight hopefully, after work


tkgafs
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#53
2006-02-09, 12:25 AM
Ok heres the results after a few tests,

there is one major problem when the plugin dll is in the plugin folder the system goes to 100% cpu whether the plugin is selected in the config app or not

the gbpvr.exe.log contains the following

08/02/2006 23:58:21.413 ERROR [865] temperature was 2ºC
08/02/2006 23:58:21.413 ERROR [865] pressure was 29.75 in
08/02/2006 23:58:21.413 ERROR [865] windSpeed was 10
08/02/2006 23:58:21.413 ERROR [865] visibility was Unlimited
08/02/2006 23:58:28.913 INFO [618] MVP Control thread got connection
08/02/2006 23:58:28.944 INFO [618] MVP mac address: 000DFE0036C6
08/02/2006 23:58:44.413 INFO [97] MusicLibrary2: Full scan started

this happens both on the PC and on the MVP


jukebox mode seems to work unless there are .m3u files existing in your collection whenever they exist if you go the the playlist screen it only ever shows these and not any queued tracks


if you select a specific collection via the home button menu system then the albums displayed switch to the albums which are in that collection, but the artists seem to show all the artists in the database


if you delete a collection and path from the database and then re-add it later it seems to create duplicate entires in the collectiondata table

thats all so far

tkgafs
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#54
2006-02-09, 02:33 AM (This post was last modified: 2006-02-09, 04:03 AM by psycik.)
That's strange that config one. My one doesn't. I had put code in to say if you're config, then don't run a scan, it aborts out of the area where the timer is started.

I can't test an MVP but I've just checked the config app.

I've put a log message in there as well.

As for your jukebox one, I had an M3U in the collection and the random started. But I've only got one or two. And I can switch between the library and playlist screen and it shows the currently playing track as expected.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#55
2006-02-09, 03:29 AM
Quote:if you delete a collection and path from the database and then re-add it later it seems to create duplicate entires in the collectiondata table

Is this one if doing it in the same "config" session??

If i remove a collection, then exit, then restart and re-add the same information I don't get an error.

If I removed a collection then re-added it, I get an exception error then.

I put some code to make you exit the config app if doing this.
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#56
2006-02-09, 08:13 AM
psycik Wrote:Is this one if doing it in the same "config" session??

If i remove a collection, then exit, then restart and re-add the same information I don't get an error.


no not in the same config session, no error is generated but if you look at the collectiondata table there are multiple default records

the jukebox one goes like this, add a collection without m3u files then the jukebox mode works as expected, but then add another collection which contains some m3u files and scan from config app, once scan is finished exit config app and start gbpvr

wait the 30 secs for jukebox to start but nothing happens and if you go to the playlist screen all that is listed are playlists not any queued tracks

in the collection i have added there are about 6 playlists

perhaps I am misinterptreting the playlist screen, should this contain a list of the playlists available or a list of the currently queued tracks

any idea what is causing the very high cpu usage as soon as the plugin starts ?

tkgafs
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#57
2006-02-09, 09:09 AM
Does the 2nd collection (with the M3u), have paths that would find tracks as well, or does it only contain M3U files??

I have not tried a collection that only contains M3U files, so I don't quite know that that would do, but I'm guessing it would do nothing because the program would not be able to find any tracks attached to that collection. I'll check that tomorrow.

No the playlist screen shows a list of playlists and then tracks within those playlists. Then when playing it show the queued tracks (and the list of playlists on the left diappears).

The high CPU usage is the plugin probably trying to do a scan. I have a fix for that.

In the collectiondata table do all of the default records have the same path number?? If so then that is how it is supposed to look.

The collections are set up of a default one is created that contains ALL paths available to the system. From those paths you can use it as in the older versions. But now you can create a collection that contains a sub set of the "default" collection. It will always be a subset of default.


So, for example, you have a path d:\xmas and d:\other and you wanted two collections, default would contain D:\Xmas and d:\other. Then a "Christmas collection" would contain just d:\xmas and "Other Collection" would contain D:\other.

You would then set (by right clicking in the config) one of xmas, or other as default. When you start GBPVR it will open with this selected collection. Then with the home menu, under collections you can choose between, Xmas, Other and there would also be default (maybe a stoopid name) that contains everything??


This may be confusing, but was the easiest way i could think of implementing it. And for 90% of users who don't want any collections, they will just use default.

Kind of a book, but hopefully I made sense.

I'm running a newer one here at home, that doesn't scan as soon as it starts, has a couple of UI fixes, and has a bit more logging and error tracking.

What I have to figure out is if it deals with the collections that only contains M3Us and if not, I guess how to make it deal with this.
LilY0da
Offline

Senior Member

Posts: 442
Threads: 25
Joined: Jul 2005
#58
2006-02-09, 06:31 PM (This post was last modified: 2006-02-09, 06:37 PM by LilY0da.)
LilY0da Wrote:I won't have the time to start to re-skin the plugin for Contour until sunday, I think...
So if you can't handle a week of Blue or BlueMCE skin, hold off on the upgrade Big Grin
OK Just a quick note while I can

Didn't have time to skin last week end, and this week-end my PC is being packed up and shipped overseas. I'll be PC-less, MVP-less and TV-less for 2 months at least...Sad

So don't wait on me to skin this for Contour Sad
It wasn't too hard, if I did it, anyone can do it Big Grin
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#59
2006-02-09, 07:01 PM
I think I was going to look at contour for my MVP when I finally get it (been waiting for almost 2 months now.....). So I'll probably skin it and release it with ML2.
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#60
2006-02-09, 11:15 PM
psycik Wrote:Does the 2nd collection (with the M3u), have paths that would find tracks as well, or does it only contain M3U files??

no the 2nd collection contains both simple files and playlists

tkgafs
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  New LG and Samsung NextPVR Web Smart TV App available for beta testing. fred250 388 152,388 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 13,023 2015-10-05, 09:32 AM
Last Post: Lao Pan
  Movies beta vik 66 32,896 2015-03-31, 03:13 AM
Last Post: Lao Pan
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 29,523 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 64,130 2013-10-04, 06:40 PM
Last Post: mvallevand
  SSPlus Screensaver - Photo Slideshow Beta ACTCMS 40 15,788 2012-12-07, 01:49 AM
Last Post: ACTCMS
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,846 2011-09-03, 08:15 AM
Last Post: systemshark
  SSPlus 0.9.1 BETA - a screensaver for NPVR ACTCMS 18 6,819 2011-07-18, 12:52 AM
Last Post: johnsonx42
  System Plugin for nPVR - Early Beta imilne 176 53,664 2011-07-16, 04:31 PM
Last Post: johnsonx42
  QAM Scanning and Preview in Web Radio (beta) mvallevand 1 2,159 2011-01-24, 01:41 AM
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