User Tools

Site Tools


tutorials:musicmaster:nexus-database-connection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tutorials:musicmaster:nexus-database-connection [2020/11/23 16:44] – [Adding Music] twtutorials:musicmaster:nexus-database-connection [2020/11/23 16:46] (current) – [Editing Music] tw
Line 121: Line 121:
  
 In the browser part, click //Add// and add a new //Database// pane. This will give you access to all MusicMaster categories and the songs inside them. Double-click a song to edit its properties. When you are finished, **don't forget to click //Export -> Export to Database//** in order to store your changes permanently inside the MusicMaster library. In the browser part, click //Add// and add a new //Database// pane. This will give you access to all MusicMaster categories and the songs inside them. Double-click a song to edit its properties. When you are finished, **don't forget to click //Export -> Export to Database//** in order to store your changes permanently inside the MusicMaster library.
 +
 +Starting with mAirList 6.3.8, another way to edit items has been established: The //Nexus Editor//, integrated into MusicMaster via a User Button:
 +
 +<code>
 +[UserButton2]
 +Tooltip=Edit song in mAirList
 +Image=C:\mAirList\Icons\nexuseditor.ico
 +App=C:\Program Files (x86)\mAirList 6.3\mAirList-tmp.exe
 +CommandScript="-mode nexuseditor -songid " & mm.GetField(1)
 +</code>
 +
 +When working with more than one database, you must pass the database name on the commandline, and it must match the Nexus database ID or alias set in the config (see comments above):
 +
 +<code>
 +CommandScript="-mode nexuseditor -database """ & mm.DatasetLogo & """ -songid " & mm.GetField(1)
 +</code>
 ===== Regionalization ===== ===== Regionalization =====
  
tutorials/musicmaster/nexus-database-connection.txt · Last modified: 2020/11/23 16:46 by tw

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki