mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
add nd v0.61.1 smart playlist fields
This commit is contained in:
@@ -98,6 +98,7 @@ export const NDSongQueryFields = [
|
||||
{ label: 'Channels', type: 'number', value: 'channels' },
|
||||
{ label: 'Comment', type: 'string', value: 'comment' },
|
||||
{ label: 'Composer', type: 'string', value: 'composer' },
|
||||
{ label: 'Codec', type: 'string', value: 'codec' },
|
||||
{ label: 'Conductor', type: 'string', value: 'conductor' },
|
||||
{ label: 'Copyright', type: 'string', value: 'copyright' },
|
||||
{ label: 'Date Added', type: 'date', value: 'dateadded' },
|
||||
@@ -129,6 +130,7 @@ export const NDSongQueryFields = [
|
||||
{ label: 'Lyricist', type: 'string', value: 'lyricist' },
|
||||
{ label: 'Lyrics', type: 'string', value: 'lyrics' },
|
||||
{ label: 'Media', type: 'string', value: 'media' },
|
||||
{ label: 'Missing', type: 'boolean', value: 'missing' },
|
||||
{ label: 'Mixer', type: 'string', value: 'mixer' },
|
||||
{ label: 'Mood', type: 'string', value: 'mood' },
|
||||
{ label: 'Movement', type: 'string', value: 'movement' },
|
||||
@@ -176,6 +178,7 @@ export const NDSongQueryFields = [
|
||||
{ label: 'ReplayGain Track Peak', type: 'number', value: 'replaygain_track_peak' },
|
||||
{ label: 'Remixer', type: 'string', value: 'remixer' },
|
||||
{ label: 'Script', type: 'string', value: 'script' },
|
||||
{ label: 'Sample Rate', type: 'number', value: 'sampleRate' },
|
||||
{ label: 'Size', type: 'number', value: 'size' },
|
||||
{ label: 'Sort Album', type: 'string', value: 'albumsort' },
|
||||
{ label: 'Sort Album Artist', type: 'string', value: 'albumartistsort' },
|
||||
|
||||
Reference in New Issue
Block a user