-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Polishing out the program #176
Comments
Also when opening the program it defaults back to search for tracks instead of what I recently searched for. |
3 more things: |
also where is GENRE tag? |
also lower case "encoder" tag duplicate is in the metadata... |
Was wondering where the GENRE tag went too lol |
Thanks guys for all these details. Will try to fix them. |
Fixed with #151
Tags are by definition case-INsensitive (https://en.wikipedia.org/wiki/Vorbis_comment). Anyway I have capitalized them all.
Fixed with #151
What do you mean by that? Do you have an example?
TODO
What is actually an UPC tag?
This is info is not available by TIDAL. I would be very happy if you could proof me wrong.
Cannot find it. Can you show a proof or post your command how to check? |
Thanks for everything so far!
For each search result, should be a link to the tidal site showing the result page.
UPC is the full release BARCODE tag, it's the Universal Product Code.
Pretty sure there is a GENRE tag, tidal must have this for each release.
I don't know, there are two tags for encoder, you need to remove the ADDITIONAL TAG, not the embedded one Cheers |
This is kinda doable. You are feel free to get me a PR for this.
Let me know, if you can find it.
Again: Cannot find it. Can you post your command how to verify it? |
Because it is implemented this way :-) It could be included in the next GUI update but no promises. If it is easy to do feel free to get me a pull request with your proposal. Regarding the tag issues. Right after downloading (no tagging operations by this app have been made so far) the file (Mabel - Selfish Love (Stripped) [HI_RES_LOSSLESS]) looks like this, tag-wise: ❯ mediainfo /tmp/ecf5160b-2ee0-4b7d-bda6-b4a7ad8e07df.flac
General
Complete name : /tmp/ecf5160b-2ee0-4b7d-bda6-b4a7ad8e07df.flac
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 40.7 MiB
Duration : 3 min 24 s
Overall bit rate mode : Variable
Overall bit rate : 1 668 kb/s
Writing application : Lavf61.7.100
major_brand : iso8
minor_version : 0
compatible_brands : mp41dash
Audio
Format : FLAC
Format/Info : Free Lossless Audio Codec
Duration : 3 min 24 s
Bit rate mode : Variable
Bit rate : 1 668 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 44.1 kHz
Bit depth : 24 bits
Compression mode : Lossless
Stream size : 40.7 MiB (100%)
Writing library : Lavf61.7.100
MD5 of the unencoded content : AF38037F1E6A6C905D186C8C667D4442 All these tags you see are set by TIDAL itself. Right after tagging with this app it looks like this: ❯ mediainfo /tmp/ecf5160b-2ee0-4b7d-bda6-b4a7ad8e07df.flac
General
Complete name : /tmp/ecf5160b-2ee0-4b7d-bda6-b4a7ad8e07df.flac
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 40.7 MiB
Duration : 3 min 24 s
Overall bit rate mode : Variable
Overall bit rate : 1 671 kb/s
Album : High Expectations…Stripped
Album/Performer : Mabel
Part : 1
Part/Total : 1
Track name : Selfish Love (Stripped)
Track name/Position : 6
Track name/Total : 14
Performer : Mabel
Recorded date : 2019-08-02
Writing application : Lavf61.7.100
ISRC : GBUM72003517
Copyright : ℗ 2020 Mabel McVey, under exclusive licence to Universal Music Operations Limited
Cover : Yes
Cover type : Cover (front)
Cover MIME : image/jpeg
major_brand : iso8
minor_version : 0
compatible_brands : mp41dash
Audio
Format : FLAC
Format/Info : Free Lossless Audio Codec
Duration : 3 min 24 s
Bit rate mode : Variable
Bit rate : 1 668 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 44.1 kHz
Bit depth : 24 bits
Compression mode : Lossless
Stream size : 40.7 MiB (100%)
Writing library : Lavf61.7.100
MD5 of the unencoded content : AF38037F1E6A6C905D186C8C667D4442
To be honest: Without a good reason I neither would like to modify their information nor alter the meaning. |
No worries! |
Current Situation
The program doesn't do the following:
Most tags are lower cased.
Artist tag has the right featured artists, but not written as separated, i.e with this character ; after each artist.
I have no option to uncheck the irrelevant additional tags created, which not needed. (those I marked)
Suggestion / Feature Request
change the albums artist tag and separate with ; character instead of ,
remove the additional tags which aren't relevant or add the option to do so.
thanks!
The text was updated successfully, but these errors were encountered: