Skip to content

Commit

Permalink
Update:Audio file disc meta tag support for TPA #1749
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed May 3, 2023
1 parent 25daab2 commit c848f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/prober.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function parseTags(format, verbose) {
file_tag_titlesort: tryGrabTags(format, 'title-sort', 'tsot'),
file_tag_subtitle: tryGrabTags(format, 'subtitle', 'tit3', 'tt3'),
file_tag_track: tryGrabTags(format, 'track', 'trck', 'trk'),
file_tag_disc: tryGrabTags(format, 'discnumber', 'disc', 'disk', 'tpos'),
file_tag_disc: tryGrabTags(format, 'discnumber', 'disc', 'disk', 'tpos', 'tpa'),
file_tag_album: tryGrabTags(format, 'album', 'talb', 'tal'),
file_tag_albumsort: tryGrabTags(format, 'album-sort', 'tsoa'),
file_tag_artist: tryGrabTags(format, 'artist', 'tpe1', 'tp1'),
Expand Down

0 comments on commit c848f36

Please sign in to comment.