MediaMonkey in un ambiente condiviso/in rete

La tua libreria MediaMonkey può essere condivisa in vari modi. Puoi usare DLNA (UPnP) per condividere i tuoi file multimediali e le tue playlist per lo streaming sulla rete locale, sincronizzare i tuoi file multimediali e le tue playlist con dispositivi portatili o condividere il file di database effettivo.

Trasmetti in streaming i file multimediali sulla rete locale

Tramite Strumenti > Opzioni > Condivisione multimediale dal Menu principale puoi configurare MediaMonkey per rendere disponibili i tuoi file multimediali a qualsiasi client abilitato DLNA sulla tua rete. Per maggiori informazioni sulla condivisione DLNA da MediaMonkey per Windows, consulta la Guida in linea: Guida: Streaming su altri dispositivi (UPnP / DLNA) . I client non possono modificare i file multimediali tramite DLNA.

Condivisione dei file multimediali

Puoi scegliere di condividere direttamente i tuoi file multimediali sulla rete locale. In questo scenario, MediaMonkey su ogni PC analizzerebbe direttamente i file multimediali e li riprodurrebbe direttamente e ogni utente gestirebbe la propria libreria. Questo metodo non consentirà la condivisione della cronologia di riproduzione e della playlist. Ogni utente potrebbe aggiornare i metadati (a meno che non rendi i file di sola lettura) e ciò inciderebbe su tutti gli altri utenti.

Sincronizzazione

Con la sincronizzazione puoi copiare file multimediali e playlist su dispositivi portatili o servizi cloud (MediaMonkey 5), il che consente al dispositivo di avere una copia locale e di non affidarsi a una connessione di rete locale a MediaMonkey. Per i dispositivi Android con MediaMonkey per dispositivi Android e Apple, ciò include la possibilità di sincronizzare di nuovo determinati metadati con la tua libreria MediaMonkey.

Condivisione del database MediaMonkey

Di default, il file MediaMonkey.ini di MediaMonkey è configurato per l'accesso di un singolo utente a un database archiviato localmente. Tuttavia, è possibile modificare queste impostazioni in modo che più utenti possano condividere un database archiviato in una posizione comune.

Per impostare un ambiente condiviso di questo tipo:

  1. Su una macchina con MediaMonkey installato, esegui la scansione di una posizione di rete che conterrà la tua musica incollandola nella finestra di dialogo Scan Folders. È preferibile eseguire la scansione di un percorso UNC piuttosto che di un'unità mappata, ad esempio
    \ip _address\path (funziona quasi sempre)
    \nome_computer\percorso (funziona spesso)
    J: (a volte l'unità di rete mappata non viene riconosciuta)
  2. Chiudere MediaMonkey (in modo che non sovrascriva nessuna delle modifiche)
  3. Eseguire il backup del file MediaMonkey.ini .
  4. Se si condivide il database sullo stesso PC con diversi utenti Windows, spostare il file MediaMonkey.ini nella directory Program Files/MediaMonkey. Ciò farà sì che tutti gli utenti abbiano le stesse impostazioni MediaMonkey, tuttavia, è necessario assicurarsi che tutti gli utenti abbiano l'autorizzazione di lettura/scrittura in questa directory.
  5. Salva il database MediaMonkey in una cartella condivisa, ad esempio
    C:\MM Libreria condivisa\mm.db o \indirizzo_ip\percorso\mm.db (\nome_computer\percorso\mm.db)
  6. Per ogni macchina che accede al database, modificare il file MediaMonkey.ini in modo che utilizzi il percorso personalizzato del database .
  7. Avvia MediaMonkey per assicurarti che il file del tuo database MediaMonkey abbia le autorizzazioni impostate correttamente, in modo che tutti gli utenti possano leggere/scrivere sul database.

NOTE

  • MediaMonkey usa SQLite come database back-end e non è progettato come database multi-utente/in rete, quindi, sebbene questo approccio funzioni, non è supportato. Testate attentamente questo approccio nel vostro ambiente locale prima di distribuirlo. Ulteriori informazioni su SQLite in un ambiente in rete/multi-utente:
    http://www.sqlite.org/whentouse.html
    http://www.sqlite.org/lockingv3.html
  • MediaMonkey accede spesso al database, il che può comportare un'esperienza più lenta quando si accede al database tramite una connessione di rete. Per migliorare le prestazioni, MediaMonkey può essere configurato per eseguire determinate operazioni del database in memoria anziché tramite la rete. Ciò migliora le prestazioni, ma riduce l'affidabilità del database SQLite principalmente se la connessione al DB viene persa mentre è in corso un'operazione del database (ad esempio se un HD esterno contenente il DB viene rimosso o in caso di perdita di connessione WiFi/cablata). Per configurare ciò, apportare la seguente modifica in ogni istanza di MediaMonkey.ini (il valore predefinito è 0):

    [SISTEMA]
    SQLitePageToMemory=1;

  • È in fase di sviluppo MediaMonkey Server, che consentirebbe anche un database condiviso tra diverse installazioni di MediaMonkey 5: /forum/viewforum.php?f=31
  • Se i file sono disattivati su uno dei computer durante la visualizzazione o la riproduzione, vedere: Perché la musica è disattivata/non viene riprodotta?


Si applica a: ,

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

Questo articolo ti è stato utile?