I'm coming from having used SMLoadr for years, and while I appreciate all the features put into this, it suffers from one major flaw that makes me miss SMLoadr: its poor selection in tags.
SMLoadr would capture the following tags (screenshot attached):
ALBUM
ALBUMARTIST
ARTIST
ARTISTS
BARCODE
COMPILATION
COMPOSER
DISNUMBER
DISCTOTAL
EXPLICIT
GENRE
ISRC
LABEL
LENGTH
MEDIA
RELEASETYPE
SOURCE
SOURCEID
TITLE
TOTALDISCS
TOTALTRACKS
TRACK
TRACKTOTAL
YEAR (yyyy format)
YEAR (yyyy-mm-dd format)
With Freezer, the only tags it gets are:
ALBUM
ALBUMARTIST
ARTIST
BARCODE
DISCNUMBER
GENRE
ISRC
LABEL
TITLE
TRACK
YEAR (yyyy-mm-dd format)
I'm considering using Deemix until this is implemented, which also is missing a bunch of the tags SMLoadr used to get, but still gets more than freezer does at the moment.
I know it's not a matter of compatibility and simply a matter of implementation, since the tags do indeed exist on Deezer. It would thus only be a matter of telling the tool to simply grab these additional tags. If that can be done, I would really appreciate it and would happily move over to using freezer.
I'm coming from having used SMLoadr for years, and while I appreciate all the features put into this, it suffers from one major flaw that makes me miss SMLoadr: its poor selection in tags.
SMLoadr would capture the following tags (screenshot attached):
ALBUM
ALBUMARTIST
ARTIST
ARTISTS
BARCODE
COMPILATION
COMPOSER
DISNUMBER
DISCTOTAL
EXPLICIT
GENRE
ISRC
LABEL
LENGTH
MEDIA
RELEASETYPE
SOURCE
SOURCEID
TITLE
TOTALDISCS
TOTALTRACKS
TRACK
TRACKTOTAL
YEAR (yyyy format)
YEAR (yyyy-mm-dd format)
With Freezer, the only tags it gets are:
ALBUM
ALBUMARTIST
ARTIST
BARCODE
DISCNUMBER
GENRE
ISRC
LABEL
TITLE
TRACK
YEAR (yyyy-mm-dd format)
I'm considering using Deemix until this is implemented, which also is missing a bunch of the tags SMLoadr used to get, but still gets more than freezer does at the moment.
I know it's not a matter of compatibility and simply a matter of implementation, since the tags do indeed exist on Deezer. It would thus only be a matter of telling the tool to simply grab these additional tags. If that can be done, I would really appreciate it and would happily move over to using freezer.
Here is the source for SMLoadr, scroll down to the section that starts in `let trackMetadata = {` for the tag code: https://web.archive.org/web/20201119111117if_/https://git.fuwafuwa.moe/SMLoadrDevs/SMLoadr/src/branch/master/SMLoadr.js#L2016-L2556
I'm coming from having used SMLoadr for years, and while I appreciate all the features put into this, it suffers from one major flaw that makes me miss SMLoadr: its poor selection in tags.
SMLoadr would capture the following tags (screenshot attached):
ALBUM
ALBUMARTIST
ARTIST
ARTISTS
BARCODE
COMPILATION
COMPOSER
DISNUMBER
DISCTOTAL
EXPLICIT
GENRE
ISRC
LABEL
LENGTH
MEDIA
RELEASETYPE
SOURCE
SOURCEID
TITLE
TOTALDISCS
TOTALTRACKS
TRACK
TRACKTOTAL
YEAR (yyyy format)
YEAR (yyyy-mm-dd format)
With Freezer, the only tags it gets are:
ALBUM
ALBUMARTIST
ARTIST
BARCODE
DISCNUMBER
GENRE
ISRC
LABEL
TITLE
TRACK
YEAR (yyyy-mm-dd format)
I'm considering using Deemix until this is implemented, which also is missing a bunch of the tags SMLoadr used to get, but still gets more than freezer does at the moment.
I know it's not a matter of compatibility and simply a matter of implementation, since the tags do indeed exist on Deezer. It would thus only be a matter of telling the tool to simply grab these additional tags. If that can be done, I would really appreciate it and would happily move over to using freezer.
Here is the source for SMLoadr, scroll down to the section that starts in
let trackMetadata = {for the tag code: https://web.archive.org/web/20201119111117if_/https://git.fuwafuwa.moe/SMLoadrDevs/SMLoadr/src/branch/master/SMLoadr.js#L2016-L2556I'm going to see if I can figure this out.