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 Next »
MusicLibrary2: v4.4

Thread Closed 
 
  • 0 Vote(s) - 0 Average
MusicLibrary2: v4.4
h00ch
Offline

Member

Posts: 203
Threads: 42
Joined: Apr 2006
#11
2006-11-28, 09:35 PM
psycik Wrote:That should be possible, and i suppose makes more sense than move to previous track.

Have to look at the second one. I think it would be ok to do. So it would work as you described, but would jump back to the currently playing track when the track changes....cos I kind of like to know where I'm up to...
I agree... if the track changes while you're going through the playlist, it should jump back to the track that's just starting.
melearp
Offline

Member

Posts: 93
Threads: 11
Joined: Oct 2005
#12
2006-11-29, 09:18 AM
First and big thanks for fixing my "case sensitivity" problem in this release.

Now:

Did I read you right in that getting Album Art out of the MP3 Tags should now work? I can get the "folder.jpg" mechnaism to work on a small sample, but the Album Art inside the MP3s don't show. Should they?

I removed old copies, installed the latest version, deleted old ML2 databases, and did a full rescan (actually a rescan on a small sample of the music). I am using SQLite, so the database was recreated fine. I took a peek inside the database and those albums with a folder.jpg have hasArt set to 1 and those without, but still having AlbumArt in the MP3s, have hasArt set to 0.

If I have to use the folder.jpg mechanism, then do you know of a utility which will go round and extract AlbumArt? Otherwise I'll have to write one!!

Great Plug In.

Mel.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#13
2006-11-29, 07:11 PM
I had album art displaying fixed. I still haven't got a way of displaying embedded album art.

melearp Wrote:If I have to use the folder.jpg mechanism, then do you know of a utility which will go round and extract AlbumArt? Otherwise I'll have to write one!!

If you know of where I could get some code for displaying it....or can figure it out, I would gratefully include it!!
melearp
Offline

Member

Posts: 93
Threads: 11
Joined: Oct 2005
#14
2006-11-29, 07:57 PM
I did try to look before but I am more of a Java person than a dotnet person so it's a bit hard for me. Now if you want a Java library there are lots!

This isn't a show stopper but it would be nice :-) I just wanted to know that I wasn't going mad (again). This software stuff drives you insane, and has been doing for many years.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#15
2006-11-29, 09:55 PM
Actually I don't mind a java library - if it's simple enough I may be able to port it.
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#16
2006-11-30, 03:18 PM
hi psycik - just wondering what determines the time it takes for ML2 to create it's random playlist - is it down to the size of the collection, or number of folders, or something else? It seems to be getting quicker with each version (not sure if this is deliberate or notSmile) but there's still a noticable delay of a few seconds where GBPVR freezes up while it's 'thinking'.
It would be good if you could either add a progress bar, so I can tell that it's received the remote press OK (sometimes I sit there thinking it's working it's magic, only to find that the button press hasn't made it across the room) or even better get it to do a 'quick pick' of one track to play immediately and then let it fill up the rest of the list in the background (as it does when picking a new list at the end of each random playlist).

Anyways, not sure how feasible these would be, and minor comments really considering how good the plugin is.
Thanks Smile
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#17
2006-11-30, 07:09 PM
I think the delay is probably while it goes and gets a list of ALL the tracks in the collection - do you have Random All all or something like that set in the config??

The quick pick is not a bad idea - but it will be generally down to the state of the tracks held in memory - if there's only one track in memory I have to play it, or go get some more.

I'll be getting back into doing some dev on ML2 over the next couple of weeks and can give this some thought. For me I only get about a 1 second delay - but I only have about 3700 tracks....

Oh, the other delay is while it's compiling the list it's checking that the new song it's trying to add doesn't already exist in the playlist....

Some thoughts though....
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#18
2006-11-30, 07:16 PM
mine searches about 23000 tracks, which explains that! anyways, good plugin as it stands - i`ll wait to see if you come up with anything clever...
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#19
2006-11-30, 07:28 PM
I might have to try and learn some better sql queries then....I might be able to make that generate a random list for me rather than grab everything...
melearp
Offline

Member

Posts: 93
Threads: 11
Joined: Oct 2005
#20
2006-12-01, 01:59 PM
On the subject of Album Art:

I discovered MediaMonkey. I guess lots of people already know, but for those who don't MediaMonkey is free for the basic edition and it is good for those tasks that you didn't think you could do. It also supports scripting.

And that's where it scores (in my view)

I previously posted asking if anyone knew if automatic extraction of Album Art was possible and joked I would write one. Well I don't heave to. It has been done - both ways. The way to do it is:

1. Get MediaMonkey (you won't regret that anyway)
2. Go to this site http://trixmoto.net/mm/ and look at this guys MM scripts. One of them (AlbumArtTagger32) will do the job (selectively) both ways round.

It works and the result is that I can now get the Album Art displayed by ML2. I can also get better images than I have by using MediaMonkeys Amazon lookup. The US site has quite a lot of higher resolution Art images. I am gradually replacing them as just "folder.jpg" and, with MediaMonkey I have the option of putting those back into the tags if I want.

Great for those who like the Album Art and want tags straight.
« 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,301 2009-05-18, 06:26 AM
Last Post: pz1
  MusicLibrary2 and NAS? nchamp 23 9,641 2008-09-16, 08:56 PM
Last Post: psycik
  How do I clean isntall MusicLibrary2? vskatusa 23 9,573 2008-08-10, 11:02 PM
Last Post: psycik
  gbpvr.exe (v1.1.5) and MusicLibrary2 (v7.1) Denjet 6 3,536 2008-03-25, 08:48 PM
Last Post: Denjet
  Managing Lists in Musiclibrary2 Sam 11 5,328 2008-03-11, 07:03 PM
Last Post: psycik
  MusicLibrary2 doesn't show when selected meekochan 27 9,608 2008-03-06, 09:04 AM
Last Post: psycik
  Problems during instalation of MusicLibrary2 erik 6 3,130 2007-12-31, 07:51 PM
Last Post: psycik
  No MusicLibrary2 button to see Denjet 1 1,897 2007-11-17, 06:48 PM
Last Post: psycik
  Problem with MusicLibrary2 v6.5 johnnybonzo 20 7,471 2007-11-06, 10:38 PM
Last Post: psycik
  MusicLibrary2 does not work r3d 15 5,799 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