Multiple Libraries/Databases

Any ideas about how to improve MediaMonkey for Windows 4? Let us know!

Moderator: Gurus

Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

Perhaps, as a 1st step, the developers could add a command line option to specify the starting DB (overriding the possible "DBName" option from the .ini). Hence you could create a shortcut for each MM "configuration":
- mediamonkey.exe /DB "c:/my docs/music/mediamonkey.mdb"
- mediamonkey.exe /DB "c:/my docs/soundtracks/mediamonkey.mdb"
- etc
Well, what if you change the DBName entry before you start MM? This way, you can make a workaround that you can use until the dev's have some other way of doing it. This can be done by a very simple program. I just tried it myself (.Net unfortunately).

If this doesn't come in MM2.5, then maybe someone can program something similar in a Microsoft VS6 language or assembler.

Code: Select all

using System;
using System.Runtime.InteropServices; 
using System.IO;


namespace ConsoleApplication3
{
	class Class1
	{
		[STAThread]
		static void Main(string[] args)
		{
			if(args.Length == 0 || args[0] == "/?"){
				Console.WriteLine("Usage: <Program> \"INI location\" \"DB location\"");
			}else{
				WritePrivateProfileString("System", "DBName", args[1],args[0]);
			}
		}

		[DllImport ("Kernel32")] 
		public static extern bool WritePrivateProfileString(string lpAppName, string lpKeyName, string lpString, string lpFileName);
	}
}
BTW: This would indeed be a "first step".

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
mr wrong
Posts: 7
Joined: Sat Nov 12, 2005 11:23 pm

Post by mr wrong »

Please add multiple libraries...

I would like to have a seperate library for my iPod, one for my vinyl recordings, and one reflecting all my files..
titanik
Posts: 92
Joined: Fri Aug 19, 2005 6:29 am

Post by titanik »

Multiple databases... that would be nice!
rovingcowboy
Posts: 14163
Joined: Sat Oct 25, 2003 7:57 am
Location: (Texas)
Contact:

Post by rovingcowboy »

why cant the new librairy node be added to the tree with the magic nodes script?

you could then just tell it to look for your different types of files?

wait you can do that with playlists? make a different playlist for each style of recording. you would have to add in a keyword that would only be used for that style of recording and place it in the comments field?

or wait you could just make the file its on genre.

just call it cdrom, vinyl, tape, or 45, 16, 33, 78,

then you could make playlists that look for that genre? or you could use those words in the extra comments fields and tell the auto playlist to look for them?

there is not really any need to make a new database. that would make monkey even more confused then he is now? 8)
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Post by trixmoto »

Personally I don't understand why people want this. The whole point of MM is to keep ALL your music together, whilst allowing you to group and separate it however you want when viewing it. There are many many different ways you could spilt your collection into "vinyl" and "cd" or another other group of categories, without needing to put it in a separate library. Then how would you know what tracks you had on "cd" AND "vinyl"?
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Abel
Posts: 38
Joined: Mon Dec 19, 2005 6:11 pm
Location: NYC

Post by Abel »

Yes, I would love multiple database support as well. I have a limited subset of my music on a laptop and the full set on an external harddisk.

When I'm on the road, I don't have the external harddisk with me, so I would love to use a database that references the subset on the laptop. The files on the laptop are obviously duplicates of the files on the external HD and I don't want to keep the tags different.

If there is another way to organize this without having a bunch of duplicates when the external HD is connected or a bunch of errors when it's not connected I'd be happy to try that too.

Love the speed and feature set of MediaMonkey.

Abel
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

I guess this would be a "Virtual HD" feature then. Now, there already exists a "Virtual CD" feature with almost the behaviour you describe, but I (90% sure) think it only works for cd's.

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Guest

Post by Guest »

Abel wrote:Yes, I would love multiple database support as well. I have a limited subset of my music on a laptop and the full set on an external harddisk.

When I'm on the road, I don't have the external harddisk with me, so I would love to use a database that references the subset on the laptop. The files on the laptop are obviously duplicates of the files on the external HD and I don't want to keep the tags different.

If there is another way to organize this without having a bunch of duplicates when the external HD is connected or a bunch of errors when it's not connected I'd be happy to try that too.

Love the speed and feature set of MediaMonkey.

Abel
I am in the same situation - I have a laptop with external hd, all of the music on the external and a small portion that will fit on the laptop. Dont always have the external hd with me.

Also, would be great to be able to switch to another database for newly imported songs to clean them up before adding them to the master database.
rovingcowboy
Posts: 14163
Joined: Sat Oct 25, 2003 7:57 am
Location: (Texas)
Contact:

Post by rovingcowboy »

go read my post in the beta testing room called RC 1 Errors.

you will see monkey is having trouble with just one database right now. so what in the world would you want with two? :-? :o
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
drichm
Posts: 53
Joined: Wed Apr 06, 2005 1:12 am
Location: Switzerland

Post by drichm »

rovingcowboy: I read your previous post in this thread and like most of your posts it is a bit of a rant.

As you can see from most of the posts in this thread plenty of people want multiple database support and say why. If you see no need for it, then good for you. Many of us need it.

Dave
dinosaur
Posts: 6
Joined: Tue Dec 27, 2005 9:30 am
Location: Dedham, MA USA

another vote for multiple databases!

Post by dinosaur »

I would like to be able to switch between network and local databases. I would just build my library with both sets of tracks, but there would be duplicates. So, separate library DBs would be great! Thanks!
rovingcowboy
Posts: 14163
Joined: Sat Oct 25, 2003 7:57 am
Location: (Texas)
Contact:

Post by rovingcowboy »

drichm wrote:rovingcowboy: I read your previous post in this thread and like most of your posts it is a bit of a rant.

As you can see from most of the posts in this thread plenty of people want multiple database support and say why. If you see no need for it, then good for you. Many of us need it.

Dave
well thanks for reading. but i can not see a need for dublicate database's and nobody has explained good enough for me to see why there is a need for two of them. it just does not make sense, its like trying to control two computers with one processor. it just aint going to work. :-?
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

Well, you can have multiple partitions on one hard drive, you can have multiple hard drives in one computer, you can have multiple computers, ...

Sometimes this "multiple" is needed to have an easy way to organise things, not only to have more (especially with partitions).

I don't need multiple databases, *but* I understand why people want this.

Just another "me too" vote, no "rant" ment by it.

Cheers
Steegy
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
rovingcowboy
Posts: 14163
Joined: Sat Oct 25, 2003 7:57 am
Location: (Texas)
Contact:

Post by rovingcowboy »

yepper steegy but your talking about an operating system not a program made to orgnaize files after you have them in the oprating system.

still not sure but if rusty or jiri can make it happen then i guess the will.

just don't mess up my one database i have now. 8)
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
Guest

WE WANT MULTIPLE LIBRARIES!

Post by Guest »

I donot understand this. Many people have expressed that they would like to have support for multiple music libraries in MadiaMonkey for more than a year an this is still not happening.

As if this is not frustrating enough for those of us who definately want to see this feature, people come up and say things like "why do you want this", "there is no point in doing this" etc.

Well, if you don't think it is necessary than good for you but other people want this and they explain their reasons why it makes sense to them. The developers have to take us seriously.

I for one think that this is a very important feature because I have a large collection of songs in two different languages and I have different listening preferences for each of them. It would be a great convenience for me to easliy swich between my libraries when I want to listen to my english songs and vice versa.

I hope we get this feature in media monkey soon because otherwise it is a great program.
Post Reply