Git Product home page Git Product logo

Comments (9)

RandomNinjaAtk avatar RandomNinjaAtk commented on July 24, 2024 1

Just keep in mind, if you restart the docker, the scripts are overwritten. So either make a copy of the script and move its location to run manually. Or disable auto-run, edit and run manually for testing.

This is configured to use the "4" api key by default:

{"albumFolderFormat": "atd", "apiKeyIndex": 4, "audioQuality": "HiFi", "checkExist": true, "downloadPath": "/downloads/lidarr-extended/incomplete", "includeEP": true, "language": "0", "lyricFile": true, "multiThread": false, "saveAlbumInfo": false, "saveCovers": false, "showProgress": true, "showTrackInfo": true, "trackFileFormat": "{TrackNumber}-{TrackTitle}-{TrackID}", "usePlaylistFolder": false, "videoFileFormat": "{VideoNumber} - {ArtistName} - {VideoTitle}{ExplicitFlag}", "videoQuality": "P1080"}

from docker-lidarr-extended.

Mavyre avatar Mavyre commented on July 24, 2024 1

I'll try that as a temporary experimentation. If that works, I'll create a PR for you!

from docker-lidarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on July 24, 2024

What your asking for I don't think is possible, due to client limitations and difficulty to authenticate. PR welcome if you know how to make it work.

from docker-lidarr-extended.

Mavyre avatar Mavyre commented on July 24, 2024

Honestly, I manage everyday to download with tidal-dl Master quality. I'm Using API Key number 4 (4 Android Auto-Normal/High/HiFi/Master) and AudioQuality set to AudioQuality.Master. The required subscription is the highest, though.

I don't really see the difficulty, and I'll try to make it work. But could you detail the issues encountered (or expected to encounter), so I can study and bypass them?

Edit:

Will try adding the following condition to Audio.sh. Keeping you update.

if [ "$audioBitrate" == "master" ]; then
			tidalQuality=Master
			deemixQuality=flac

from docker-lidarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on July 24, 2024

Still seems like master doesn't work... ?
yaronzz/Tidal-Media-Downloader#1016

So you should be sure to check that it actually works...

from docker-lidarr-extended.

Mavyre avatar Mavyre commented on July 24, 2024

This issue is a non-issue. That's not how MQA (Master Quality Authenticated) works.

Taking this as an example: https://tidal.com/browse/track/221531214
The result of MediaInfo after tidal-dl download in Master Quality is:

Format                                   : FLAC
Format/Info                              : Free Lossless Audio Codec
Duration                                 : 4 min 11 s
Bit rate mode                            : Variable
Bit rate                                 : 1 732 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 48.0 kHz
Bit depth                                : 24 bits
Compression mode                         : Lossless
Stream size                              : 52.0 MiB (100%)
Writing library                          : Mutagen 1.45.1

However, once MQA is decoded, here is the real Sampling rate:

  #     Encoding        Name
  1     MQA 192K        Ornette Coleman - Invisible.flac

So, on my end, that works. I'm trying to do the mod right now!

from docker-lidarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on July 24, 2024

Give 1.0.298 a try, see if that works, I've not personally tested it...

from docker-lidarr-extended.

RandomNinjaAtk avatar RandomNinjaAtk commented on July 24, 2024

I'm closing this because it's implemented, but not actually sure its working in practice. Either way, nothing I can do about it...

from docker-lidarr-extended.

Mavyre avatar Mavyre commented on July 24, 2024

Hey @RandomNinjaAtk,

I tested by modifying the HiFi by Master, and it actually works! I have to check out that the regain step that you do doesn't break the MQA encoding with some releases. For now, it doesn't seem it did.

However, while downloading an album, it seems that sometimes the script selects other songs from oether releases that aren't available in MQA (a bit of Tidal's fault).

from docker-lidarr-extended.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.