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 … 6 7 8 9 10
MusicLibrary2 : Version 4.2

Thread Closed 
 
  • 0 Vote(s) - 0 Average
MusicLibrary2 : Version 4.2
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#1
2006-10-23, 03:37 AM
Couple of bug fixes came about and added m4a support.

On the wiki: http://gbpvr.com/pmwiki/pmwiki.php/Plugin/MusicLibrary2
  • Updated time format in Audioscrobbler code - switched to UTC time
  • Added Community Skin files
  • Fixed a bug with leaving ML2 via screen saver when on the playlist screen - would get a windows .NET error.
  • Made audioscrobbler restart itself if fast scan used (add to full scan as well). Will be shut down if it receives an error.
  • Added another internal tag read library
  • Added M4A format (as long as gbpvr can play it)
  • Found a bug with the scan from the config app.
happyhammer
Offline

Member

Posts: 122
Threads: 25
Joined: Apr 2006
#2
2006-10-23, 01:49 PM
not specifically this version, but tried to install ML2 on a client but it cant see
the plugin, does this work in a client?
Intel P4 2500 mhz, 1.25G Ram, XP Home SP2, Maxtor 30Gb and WD 200gb drives, PVR-500MCE, DM500s, dboxrecorder, GBPVR 1.2.9, 2 x wired MVP,
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#3
2006-10-23, 07:16 PM
I don't see why not - although - what is your gbpvr database string look like in your config.xml file...I tend to use that to get the location of the ML2 database.

These lines....

Code:
<DatabaseConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=".\gbpvr.mdb";User Id=admin;Password=</DatabaseConnectionString>
<DatabaseProviderFactory>System.Data.OleDb.OleDbFactory</DatabaseProviderFactory>
<DatabaseIdentityQuery>select @@identity</DatabaseIdentityQuery>
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#4
2006-10-23, 07:45 PM
Hi Psycik,

There seems to be a problem in navigation of the library list in this version

I am using my mvp with the sort of artists on the left and albums and tracks on the right.

if I jump down through the artists using the '>>' next page button on the remote it happily goes down through the list of artists

but

If I use the '<<' previous page button the remote it always goes back to the start of the list rather than just to the previous page

Last.fm updating now seems to be working

random playing and screen saving / refreshing both seem fine

Tkgafs
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#5
2006-10-23, 08:00 PM
Ok, can look at that, don't think I've played with any navigation code.

Also I need to get the prev channel button working again for delete a character when typing with the remote..Seems to come and go with different versions.
JuicyFruits
Offline

Member

Posts: 76
Threads: 20
Joined: Jun 2006
#6
2006-10-24, 11:29 PM
I've downloaded the latest version and get this when trying to play a file...

Code:
25/10/2006 00:23:36.187    VERBOSE    [1]    Adding Z:\music\A Perfect Circle\Emotive\09 - Passive.mp3 to play queue
25/10/2006 00:23:36.187    VERBOSE    [1]    About to start playback of Z:\music\A Perfect Circle\Emotive\09 - Passive.mp3
25/10/2006 00:23:36.218    VERBOSE    [1]    The Microsoft Jet database engine cannot find the input table or query 'MusicTrack'.  Make sure it exists and that its name is spelled correctly.
25/10/2006 00:23:36.234    VERBOSE    [1]       at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
   at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.OleDb.OleDbCommand.ExecuteReader()
   at MyMusicDatabase.Database.LookupSong(String filename)
25/10/2006 00:23:36.250    ERROR    [1]    Error: msg=0x100 (WM_KEYDOWN) hwnd=0x190542 wparam=0x59 lparam=0x1 result=0x0  :  System.MissingMethodException: Method not found: 'System.String HundredMilesSoftware.UltraID3Lib.UltraID3.get_TrackNum()'.
   at MyMusicDatabase.MusicTag.MP3()
   at MyMusicDatabase.MusicTag.Tags()
   at MyMusicDatabase.MusicTag.init()
   at MyMusicDatabase.MusicTag..ctor(String filename)
   at MyVideosPlugin.Controls.MusicPanel.MusicTrackChanged(String eventText) in C:\Documents and Settings\Sean\My Documents\Visual Studio 2005\Projects\My Videos 5\Controls\MusicPanel.cs:line 52
   at MyVideosPlugin.GBPVREventViewer.Notify(EventTypes type, String eventText) in C:\Documents and Settings\Sean\My Documents\Visual Studio 2005\Projects\My Videos 5\GBPVREventViewer.cs:line 46
   at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.x85b8d963f05ddf09(EventTypes x4f04899de3605e17, String xbc19b591abc4848a)
   at GBPVR.x62b73fb0db4f3947.x826e5d374a1e5ab9(String x8b449efd64797843, Boolean x859a785ef30c9007, Boolean xe1ea8da9364d6bfb)
   at GBPVR.x62b73fb0db4f3947.x313dba8d86564907(Queue x67c4bec203dc37ec)
   at GBPVR.xbb1566157f5f8b1f.AddAudioFileToQueue(String file)
   at MusicLibrary.MediaLibrary.QueueTitles(SortedList titles, Int32 selectedInList, Boolean stopCurrentPlaylist)
   at MusicLibrary.TitleScreen.OnKeyDown(KeyEventArgs e)
   at MusicLibrary.MusicLibrary.OnKeyDown(KeyEventArgs e)
   at GBPVR.x86396f56243de9fb.OnKeyDown(KeyEventArgs e)
   at GBPVR.xbb1566157f5f8b1f.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba)
   at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at GBPVR.xbb1566157f5f8b1f.WndProc(Message& m)
25/10/2006 00:23:36.250    VERBOSE    [1]    videoInsetVisible = false
25/10/2006 00:23:36.312    VERBOSE    [1]    Skinhelper loading image from file: .\skin\Community\main menu\..\_CommonImages\background_popup.png
25/10/2006 00:23:37.703    ERROR    [1]    Unexpected error rendering panel: Method not found: 'System.String HundredMilesSoftware.UltraID3Lib.UltraID3.get_TrackNum()'.
25/10/2006 00:23:37.703    ERROR    [1]       at MusicPanel.MusicTag.MP3()
   at MusicPanel.MusicTag.Tags()
   at MusicPanel.MusicTag..ctor(String filename)
   at MusicPanel.MusicPanel.panelNeedsRendering()
   at GBPVR.x86396f56243de9fb.xb1cbc922a07ef39b()
25/10/2006 00:23:40.890    VERBOSE    [1]    No key mapping found for: RETURN
25/10/2006 00:23:45.781    VERBOSE    [1]    No key mapping found for: UP
25/10/2006 00:23:46.140    VERBOSE    [1]    No key mapping found for: UP
25/10/2006 00:23:46.421    VERBOSE    [1]    No key mapping found for: UP
25/10/2006 00:23:46.765    VERBOSE    [1]    No key mapping found for: UP
25/10/2006 00:23:47.078    VERBOSE    [1]    No key mapping found for: UP
25/10/2006 00:23:47.093    VERBOSE    [1]    Initializing skin helper for: .\skin\Community\main menu\skin.xml
25/10/2006 00:23:47.718    VERBOSE    [1]    Initializing skin helper for: .\skin\Community\main menu\skin.xml
25/10/2006 00:23:47.781    VERBOSE    [1]    No key mapping found for: UP
25/10/2006 00:23:48.578    VERBOSE    [1]    No key mapping found for: RETURN
25/10/2006 00:23:48.578    VERBOSE    [1]    videoInsetVisible = false
25/10/2006 00:23:48.578    VERBOSE    [1]    videoInsetVisible = false
25/10/2006 00:23:48.578    VERBOSE    [1]    getValue() loading new key/value into cache: /settings/NetRadioBufferSize
25/10/2006 00:23:48.578    VERBOSE    [1]    getValue: /settings/NetRadioBufferSize : 96000
25/10/2006 00:23:48.578    INFO    [1]    NetRadio buffer size is: 96000
25/10/2006 00:23:48.718    VERBOSE    [1]    OnSizeChanged
25/10/2006 00:23:48.718    VERBOSE    [1]    getValue cached value: /settings/OverScanVideoAlso : true
25/10/2006 00:23:48.781    VERBOSE    [1]    MyVideosPlugin.Database.Directories.SaveDataset()
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#7
2006-10-24, 11:32 PM
Sorry,the log you're giving me is for MyMusic rather than MusicLibrary2 - you might need to post a message on the main support forum, or if it's a beta version, of Reven's own site...
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#8
2006-10-28, 01:09 PM (This post was last modified: 2006-10-28, 01:18 PM by HtV.)
Hi psycik,ran in to a few things again. I installed the latest ML2 a few days ago.
- Just wondering if you had done something about this: The random list still is huge, it's mostly over 200 songs with the time set to 30 mins. As said before, it doesn't bother me, it only takes a little (secs) longer to start up.
- I noticed for the first time the ML2panel in the plugin-list in gbpvr-config. Was it always there?:confused: :o
However when I enable it, it screws up the main menu. When I go down the main menu, when I come to the place where ML2panel should be (according to the list in config) the menu completely disappears, only leaving the blue background behind.

Edit: one more: When I delete a song from a playlist it starts playing from the beginning of the list again. Was this mentioned before?:confused:

cya Hans
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#9
2006-10-28, 04:23 PM
HtV Wrote:Edit: one more: When I delete a song from a playlist it starts playing from the beginning of the list again. Was this mentioned before?:confused:

cya Hans

Yes I have mentioned it a few times, if you press >| on the remote to skip to the next track it will actually skip to the start of the track you were playing when you deleted the track from the playlist

Tkgafs
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#10
2006-10-29, 12:45 AM
tkgafs Wrote:Yes I have mentioned it a few times, if you press >| on the remote to skip to the next track it will actually skip to the start of the track you were playing when you deleted the track from the playlist

Tkgafs

Is this on the MVP or on the PC??

Just tried it on the pc and it didn't have that problem. I just checked deleting something before and something after the current track, and it always restarted the track that I was playing.

As for the navigation error I've just fixed that, and the random playlist length, I was adding the wrong number of seconds for a track, making them all REALLLY short...this is why your playlist was so long...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Music Box 4 - Version 9.2 mvallevand 54 40,943 2011-11-09, 12:00 AM
Last Post: nia
  Music Box 4 - Version 9.1 mvallevand 116 51,583 2011-06-29, 03:40 AM
Last Post: Northpole
  MusicLibrary3 - Version 8.1 psycik 6 8,775 2011-01-06, 12:37 AM
Last Post: mvallevand
  MusicLibrary2 - Version 7 Support thread. psycik 124 64,003 2009-05-18, 06:26 AM
Last Post: pz1
  ML2 version 8 bugs pz1 9 5,081 2009-03-29, 07:50 AM
Last Post: psycik
  MusicLibrary2 and NAS? nchamp 23 9,471 2008-09-16, 08:56 PM
Last Post: psycik
  How do I clean isntall MusicLibrary2? vskatusa 23 9,322 2008-08-10, 11:02 PM
Last Post: psycik
  CDRipper Version 1.0 BETA - Support Thread psycik 22 8,486 2008-04-02, 08:25 PM
Last Post: MixMan
  gbpvr.exe (v1.1.5) and MusicLibrary2 (v7.1) Denjet 6 3,424 2008-03-25, 08:48 PM
Last Post: Denjet
  Managing Lists in Musiclibrary2 Sam 11 5,203 2008-03-11, 07:03 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