MediaMonkey in een gedeelde/netwerkomgeving

Uw MediaMonkey-bibliotheek kan op verschillende manieren worden gedeeld. U kunt DLNA (UPnP) gebruiken om uw mediabestanden en afspeellijsten te delen voor streaming op het lokale netwerk, uw media en afspeellijsten synchroniseren met draagbare apparaten of het daadwerkelijke databasebestand delen.

Stream mediabestanden op het lokale netwerk

Via Extra > Opties > Media delen in het hoofdmenu kunt u MediaMonkey instellen om uw mediabestanden beschikbaar te maken voor elke DLNA-geschikte client op uw netwerk. Voor meer informatie over DLNA-delen van MediaMonkey voor Windows, zie de online Help: Help: Streamen naar andere apparaten (UPnP / DLNA) . Clients kunnen geen mediabestanden wijzigen via DLNA.

Uw mediabestanden delen

U kunt ervoor kiezen om uw mediabestanden rechtstreeks op het lokale netwerk te delen. In dit scenario zou MediaMonkey op elke pc de mediabestanden rechtstreeks scannen en ze rechtstreeks afspelen en elke gebruiker beheert zijn eigen bibliotheek. Deze methode staat geen afspeelgeschiedenis en afspeellijstdeling toe. Elke gebruiker zou metadata kunnen bijwerken (tenzij u bestanden alleen-lezen maakt) en dit heeft invloed op alle andere gebruikers.

Synchronisatie

Met synchronisatie kunt u mediabestanden en afspeellijsten kopiëren naar draagbare apparaten of cloudservices (MediaMonkey 5), waardoor het apparaat een lokale kopie kan hebben en niet afhankelijk is van een lokale netwerkverbinding met MediaMonkey. Voor Android-apparaten met MediaMonkey voor Android en Apple-apparaten omvat dit de mogelijkheid om bepaalde metagegevens terug te synchroniseren naar uw MediaMonkey-bibliotheek.

Delen van de MediaMonkey-database

Standaard is het MediaMonkey.ini -bestand van MediaMonkey geconfigureerd voor toegang door één gebruiker tot een lokaal opgeslagen database. Het is echter mogelijk om deze instellingen te wijzigen, zodat meerdere gebruikers een database kunnen delen die is opgeslagen op een gemeenschappelijke locatie.

Om een dergelijke gedeelde omgeving in te stellen:

  1. Scan op een machine waarop MediaMonkey is geïnstalleerd een netwerklocatie die uw muziek zal bevatten door deze te plakken in het dialoogvenster Scan Folders. Het is beter om een UNC-pad te scannen dan een toegewezen station, bijvoorbeeld
    \ip _address\path (werkt bijna altijd)
    \computer_name\pad (werkt vaak)
    J: (toegewezen netwerkstation wordt soms niet herkend)
  2. Sluit MediaMonkey (zodat het geen wijzigingen overschrijft)
  3. Maak een back-up van het MediaMonkey.ini -bestand.
  4. Als u de database op dezelfde pc met verschillende Windows-gebruikers deelt, verplaatst u het bestand MediaMonkey.ini naar de map Program Files/MediaMonkey. Hierdoor krijgen alle gebruikers dezelfde MediaMonkey-instellingen, maar u moet er wel voor zorgen dat alle gebruikers toestemming hebben om naar deze map te lezen/schrijven.
  5. Sla de MediaMonkey-database op in een gedeelde map, bijvoorbeeld
    C:\MM Gedeelde bibliotheek\mm.db of \ip_adres\pad\mm.db (\computernaam\pad\mm.db)
  6. Bewerk voor elke machine die toegang heeft tot de database het bestand MediaMonkey.ini , zodat de aangepaste locatie van de database wordt gebruikt.
  7. Start MediaMonkey om te controleren of uw MediaMonkey-databasebestand de juiste machtigingen heeft, zodat alle gebruikers de database kunnen lezen/schrijven.

OPMERKINGEN

  • MediaMonkey gebruikt SQLite als back-enddatabase en is niet ontworpen als een multi-user/netwerkdatabase, dus hoewel deze aanpak werkt, wordt deze niet ondersteund. Test deze aanpak zorgvuldig in uw lokale omgeving voordat u deze implementeert. Meer over SQLite in een netwerk-/multi-useromgeving:
    http://www.sqlite.org/whentouse.html
    http://www.sqlite.org/lockingv3.html
  • MediaMonkey heeft vaak toegang tot de database, wat kan resulteren in een tragere ervaring bij toegang tot de database via een netwerkverbinding. Om de prestaties te verbeteren, kan MediaMonkey worden geconfigureerd om bepaalde databasebewerkingen in het geheugen uit te voeren in plaats van via het netwerk. Dit verbetert de prestaties, maar vermindert de betrouwbaarheid van de SQLite-database, voornamelijk als de verbinding met de DB wordt verbroken terwijl een databasebewerking wordt uitgevoerd (bijvoorbeeld als een externe HD met de DB wordt verwijderd of in het geval van een WiFi/Wired-verbindingsverlies). Om dit te configureren, voert u de volgende wijziging door in elk exemplaar van MediaMonkey.ini (de standaardwaarde is 0):

    [SYSTEEM]
    SQLitePageToMemory=1;

  • MediaMonkey Server is in ontwikkeling en zou ook een gedeelde database tussen verschillende installaties van MediaMonkey 5 mogelijk maken: /forum/viewforum.php?f=31
  • Als de bestanden grijs worden weergegeven op een van de apparaten wanneer u ze bekijkt of afspeelt, zie: Waarom is muziek grijs weergegeven/kan deze niet worden afgespeeld?


Geldt voor: ,

Translated automatically (see original)

MediaMonkey in a Shared / Networked Environment

Your MediaMonkey library can be shared in various ways. You can use DLNA (UPnP) to share your media files and Playlists for streaming on the local network, Sync your media and Playlists to portable devices or share the actual database file.

Stream Media Files on the Local Network

Via Tools > Options > Media Sharing from the Main Menu you can setup MediaMonkey to make available your media files to any DLNA capable client on your network. For more on DLNA sharing from MediaMonkey for Windows see the Online Help: Help: Streaming to other Devices (UPnP / DLNA). Clients can’t modify media files over DLNA.

Sharing your Media Files

You can choose to just share your media files on the local network directly. In this scenario you’d have MediaMonkey on each PC scan the media files directly and play them directly and each user manages their own library. This method won’t allow for play history and playlist sharing. Each user could update metadata (unless you make files read-only) and this affects all other users.

Synchronization

With synchronization you can copy media files and playlists to portable devices or cloud services (MediaMonkey 5) which allows the device to have a local copy and not rely on a local network connection to MediaMonkey. For Android devices with MediaMonkey for Android and Apple devices this includes the ability to sync back certain metadata to your MediaMonkey library.

Sharing the MediaMonkey Database

By default, MediaMonkey’s MediaMonkey.ini file is configured for single user access to a locally stored database. However, it is possible to change these settings so that multiple users can share a database stored to a common location.

To set up such a shared environment:

  1. On a machine that has MediaMonkey installed, scan a network location that will contain your music by pasting it into the Scan Folders dialog. It is preferable to scan a UNC path rather than a mapped drive. e.g.
    \ip _address\path (almost always works)
    \computer_name\path (often works)
    J: (mapped network drive sometimes fail to be recognized)
  2. Close MediaMonkey (so that it doesn’t overwrite any of the changes)
  3. Back up the MediaMonkey.ini file.
  4. If sharing the database on the same PC to different Windows Users, move the MediaMonkey.ini file to the Program Files/MediaMonkey directory. This will cause all users to have the same MediaMonkey settings, however, you must make sure that all users have permission to read/write to this directory.
  5. Save the MediaMonkey database to a shared folder e.g.
    C:\MM Shared library\mm.db or \ip _address\path\mm.db (\computer_name\path\mm.db)
  6. For each machine that is accessing the database, edit the MediaMonkey.ini file so that it uses the customized location of the database.
  7. Start MediaMonkey to ensure that your MediaMonkey database file has correctly set permissions so that all users can read/write to the database.

NOTES

  • MediaMonkey uses SQLite as the back end database, and it isn’t designed as a multi-user/networked database, so although this approach works, it is unsupported. Test this approach in your local environment carefully before deploying. More about SQLite in a networked/multi-user environment:
    http://www.sqlite.org/whentouse.html
    http://www.sqlite.org/lockingv3.html
  • MediaMonkey accesses the database often which can result in a slower experience when accessing the database over a networked connection. To improve performance, MediaMonkey can be configured to perform certain database operations in memory instead of over the network. This improves performance, but reduces reliability of the SQLite database primarily if the connection to the DB is lost while a database operation is in progress (e.g. if an external HD containing the DB is removed or in case of a WiFi/Wired connection loss). To configure this, make the following change in each instance of MediaMonkey.ini (the default value is 0):

    [SYSTEM]
    SQLitePageToMemory=1;

  • MediaMonkey Server is in development which would also allow for a shared database between different installation of MediaMonkey 5: /forum/viewforum.php?f=31
  • If the files are greyed out on one of the machines when viewing or playing them, see: Why is Music Greyed Out / Fails to Play?


Applies to: ,

Hide original

Was dit artikel nuttig?