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
1 2 3 4 5 … 10 Next »
ML3 Issues

 
  • 0 Vote(s) - 0 Average
ML3 Issues
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#11
2009-12-12, 11:39 AM
Some more on expected behaviour:
I do use ML2.7. Yesterday I made a playlist of all the tracks I had from one specific composer from the view Composer/Album. I hit the yellow button while the composer was selected in the left column. I noticed that the tracks were played in more or less random order. I would have expected (and preferred) that the order in which tracks are played were sorted in proper order of the album(s).

Pieter

PS: I am available for early beta-testing as usual.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,008
Threads: 956
Joined: May 2006
#12
2009-12-12, 02:04 PM
This makes sense Pieter, I foresee a complicate query though and it will take a lot of diligence on your part in file-naming and tagging.

Of course you are welcome to help test. Here are my batch files to help testing

Turn on ML3

Code:
net stop "gb-pvr recording service"
ren Plugins\MusicLibrary2\MusicLibrary2.dll *.skip
ren Plugins\MusicLibrary3\MusicLibrary3.skip *.dll
ren Plugins\Common\MusicLibraryCommon.skip *.dll
ren Plugins\Common\Interfaces.skip *.dll
copy config.ml3 config.xml
net start "gb-pvr recording service"

Turn on ML2
Code:
net stop "gb-pvr recording service"
ren Plugins\MusicLibrary3\MusicLibrary3.dll *.skip
ren Plugins\MusicLibrary2\MusicLibrary2.skip *.dll
ren Plugins\Common\MusicLibraryCommon.dll *.skip
ren Plugins\Common\Interfaces.dll *.skip
copy config.ml2 config.xml
net start "gb-pvr recording service"

The difference in the two config.xml files are the one line

<Task enabled="true">Music Library2</Task>

Martin
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#13
2009-12-12, 08:28 PM
mvallevand Wrote:This makes sense Pieter, I foresee a complicate query
Martin
I am utterly aware of that. As a matter of fact I hesitated a couple of days before I brought this up.

PS: I think I already spent more than at least a month of work on tagging my MP3 in a consistent manor. So quite a bit is in place here. But we have of course to consider those who do not have the time to properly tag their materials
newyankee
Offline

Member

Posts: 184
Threads: 25
Joined: Nov 2005
#14
2009-12-13, 06:00 PM (This post was last modified: 2009-12-13, 06:08 PM by newyankee.)
mvallevand Wrote:What is the expected behaviour if I add a new track and want to play it? Should a new queue start or should I add new tracks to the old list and play from the new track? Clearly when music is playing songs should be be added to the end, but [ersonally I'd like to empty the queue whenever the music is stopped, the code does a mix of both.

Martin
I also was a long time ML2 user, and I tried ML3 without much success. The queuing problem pz1 listed in his consolidated post should be fixed by your attempt. It partially worked on the server, however on the MPV and my newly acquired NMT (M34a) adding to queue results in the queue being started from the beginning.
Thus, I second the approach of
  • Queuing (Ctrl-Y) adds to the current queue
  • Stopping at the end of a queue should empty the queue
  • Stopping in the middle of a queue should probably trigger a dialog box, do you want to empty the queue and start a new one
  • Playing should start a single song

Hope this makes sense. I will be happy to test ML3 at any stage.
potatoe
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Dec 2009
#15
2009-12-15, 12:15 AM
ok i put the folder "UltraID3Lib0966" the the directory of C:\Program Files\Devnz\GBPVR\Plugins\MusicLibrary3 and started config again and did total rescan. I'm not seeing any tag info or Alum Cover? Did I miss something?
My directory stucture is like this:
F:\My Music
AC-DC (artist)
Back in Black (album)
Givin The Dog a Bone.mp3
...
Highway to Hell (album)
AC-DC - Girls Got Rhythm.mp3
...ect
I used a program called "Mp3tag v2.43" to tag all the music.

thanks
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#16
2009-12-15, 12:19 AM
potatoe Wrote:ok i put the folder "UltraID3Lib0966" the the directory of C:\Program Files\Devnz\GBPVR\Plugins\MusicLibrary3 and started config again and did total rescan. I'm not seeing any tag info or Alum Cover? Did I miss something?
My directory stucture is like this:
F:\My Music
AC-DC (artist)
Back in Black (album)
Givin The Dog a Bone.mp3
...
Highway to Hell (album)
AC-DC - Girls Got Rhythm.mp3
...ect
I used a program called "Mp3tag v2.43" to tag all the music.

thanks

Might want to post this separately with logs of the scan (both config.exe.log MusicLibrary.log if used and/or MLUpdater.logs and or interfaces.dll.logs - again if there).
potatoe
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Dec 2009
#17
2009-12-15, 12:54 AM
Ok I did not have MusicLibrary.log or MLUpdater.logs here are the files: logs.zip
the is also a screenshoot.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#18
2009-12-15, 01:30 AM
potatoe Wrote:Ok I did not have MusicLibrary.log or MLUpdater.logs here are the files: logs.zip
the is also a screenshoot.

I see that ML3 thinks if can read from ultraID3lib
Code:
2009-12-14 19:13:24.578    INFO    [1]    MusicLibrary3: Test for UltraID3 Successful
2009-12-14 19:13:24.578    INFO    [1]    MusicLibrary3: Test for TagLib-Sharp Successful

But for this I think you'll need to turn on "stupid" logging and rescan. Again, can you raise in a separate thread rather than this one, so we don't take over the thread looking into you problem which could be specific to your implementation/mp3 files or just something else. (It could also be a fundamental flaw in ML3 but shouldn't be as my tag reading seems to be working).
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,008
Threads: 956
Joined: May 2006
#19
2009-12-23, 02:19 AM
Does anyone need .cue support in ML3? I'm not going to bother if there is no interest.

Martin
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#20
2009-12-23, 08:42 AM
mvallevand Wrote:Does anyone need .cue support in ML3? I'm not going to bother if there is no interest.

Martin

I think Alex has kept up cue support in MLPanel, and I think cue files were only used by me.

As long as the Random function and the random playlist refill at the end of the last random playlist still works (and I think the type to select a panel entry) then those are the only two functions i really use.

Feel free to strip some of that loading tracks from m3u lists into the library, I was never really keen on that.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  A couple of issues dtraynham 10 4,974 2007-05-04, 08:33 PM
Last Post: dtraynham
  A Smatering of Issues MarvinDog 8 3,950 2007-03-12, 01:40 PM
Last Post: MarvinDog
  Another smattering of issues knocks 6 3,354 2007-03-01, 08:45 PM
Last Post: MarvinDog

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

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

Linear Mode
Threaded Mode