An idea to help organize your music with extra metadata using a SQL Server Database. This repository searches through a folder and gathers metadata already in mp3 files to add to a database
2
stars
1
forks
source link
Export Album Art and Newly Imported Files to Specific Directory #51
Users can now add a path to export any new music files they've added since the last run, which can be useful for synchronizing those changes to other devices or determining differences between 2 users' music collections.
The default for this config is that it will not export, opt in to the functionality by adding a valid absolute or relative path to the NewTrackOutputPath config
Users can choose to unhide album art images, rather than that being the default.
Set UnhideHiddenAlbumArtFiles to true to opt back in to this behavior
Users can also add a path to export all image metadata that is currently unhidden from the user. Since image metadata is usually small and easy to copy around, we always export all images.
The default for this config is that it will not export, opt in to the functionality by adding a valid absolute or relative path to the AlbumArtOutputPath config
Users can now add a path to export any new music files they've added since the last run, which can be useful for synchronizing those changes to other devices or determining differences between 2 users' music collections.
NewTrackOutputPath
configUsers can choose to unhide album art images, rather than that being the default.
UnhideHiddenAlbumArtFiles
totrue
to opt back in to this behaviorUsers can also add a path to export all image metadata that is currently unhidden from the user. Since image metadata is usually small and easy to copy around, we always export all images.
AlbumArtOutputPath
config