.
This commit is contained in:
5
Taggerscripte/Picard specific tips/README.MD
Normal file
5
Taggerscripte/Picard specific tips/README.MD
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
## Navidrome
|
||||||
|
|
||||||
|
### Picard specific tips
|
||||||
|
|
||||||
|
https://www.navidrome.org/docs/usage/library/tagging/#picard-specific-tips
|
||||||
20
Taggerscripte/Picard specific tips/scripts
Normal file
20
Taggerscripte/Picard specific tips/scripts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
```
|
||||||
|
# Multiple artists
|
||||||
|
$setmulti(albumartists,%_albumartists%)
|
||||||
|
$setmulti(albumartistssort,%_albumartists_sort%)
|
||||||
|
$setmulti(artistssort,%_artists_sort%)
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
# Album Version
|
||||||
|
$set(musicbrainz_albumcomment,%_releasecomment%)
|
||||||
|
$if(%_recordingcomment%, $set(subtitle,%_recordingcomment%))
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
# Release and Original dates
|
||||||
|
$set(releasedate,%date%)
|
||||||
|
$set(date,%_recording_firstreleasedate%)
|
||||||
|
$set(originaldate,%originaldate%)
|
||||||
|
$delete(originalyear)
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user