Skip to content
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

Quality Cd quality or not #19

Closed
tathastu871 opened this issue Sep 11, 2022 · 17 comments
Closed

Quality Cd quality or not #19

tathastu871 opened this issue Sep 11, 2022 · 17 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@tathastu871
Copy link

Describe the bug
This tool isnt downloading lossless music. Its just downloading 320 kbps mp3 quality and encode to m4a

To Reproduce
python3 orpheus.py url
Quality settings : lossless ---- 320kbps
Screenshot_20220911-112958_Termux
Quality Settings : hifi ---- 321kbps
Screenshot_20220911-113102_Termux

Expected behavior
A lossless CD-Quality rip.

Spectrogram of Same track:

From qobuz:

Qobuz

From Tidal using orpheus.py

Tidal

Screenshots

Desktop (please complete the following information):

  • OS: [e.g. Windows, Unix, Android]
  • Python version [e.g. 3.6.9, 3.9.3]

Additional context
Add any other context about the problem here.

@tathastu871 tathastu871 added the bug Something isn't working label Sep 11, 2022
@OrfiDev
Copy link

OrfiDev commented Sep 11, 2022

@tathastu871 why did you create and close the same issue? Anyways, make sure to check your subscription is premium, and you've set your quality in the settings to lossless or hifi, and make sure that the song you're playing is actually available lossless

@OrfiDev
Copy link

OrfiDev commented Sep 11, 2022

to check if you can actually stream the track lossless just play it on the mobile app with lossless enabled

@tathastu871
Copy link
Author

to check if you can actually stream the track lossless just play it on the mobile app with lossless enabled

Sir, i have purchased premium yesterday. And track shows hifi when playing in app

@Dniel97
Copy link
Owner

Dniel97 commented Sep 11, 2022

You need HiFi or HiFi Plus to stream Tidal Masters and Lossless, Premium only gets AAC-LC. You can try a different track and see which quality OrpheusDL is downloading.

@OrfiDev
Copy link

OrfiDev commented Sep 11, 2022

@Dniel97 whoops sorry that's what I meant

@tathastu871
Copy link
Author

You need HiFi or HiFi Plus to stream Tidal Masters and Lossless, Premium only gets AAC-LC. You can try a different track and see which quality OrpheusDL is downloading.

I have purchased hifi plus subscription

@Dniel97
Copy link
Owner

Dniel97 commented Sep 11, 2022

So have you tried different tracks? The track above is region locked so I cannot test that.

@tathastu871
Copy link
Author

So have you tried different tracks? The track above is region locked so I cannot test that.

I have tried all major tidal downloader, orpheus; tidal-dl, streamrip. But whether its flac or mqa they aren't lossless. Their spectrogram peak at 20Hz (identical to 320kbps encoded songs)

@OrfiDev
Copy link

OrfiDev commented Sep 13, 2022

@tathastu871 did you try checking multiple tracks or just one?

@Dniel97 Dniel97 added invalid This doesn't seem right and removed bug Something isn't working labels Sep 13, 2022
@Dniel97
Copy link
Owner

Dniel97 commented Sep 13, 2022

I used the following link (for my region) to the song you provided: https://tidal.com/browse/track/91858746:

SCR-20220914-g1-2

and downloaded in FLAC using the "download_quality": "lossless" and analyzed the spectrogram with SoX:

3  Brown Rang

which looks identical to the Qobuz spectrogram you showed in your first issue, so I will close this issue.

@Dniel97 Dniel97 closed this as completed Sep 13, 2022
@tathastu871
Copy link
Author

tathastu871 commented Sep 14, 2022

whats the trick here. I am playing track on tidal it shows hifi and i shared copy link and used it.

I used different album track for same song

While downloading it says
Codec: FLAC, bitrate: 1411kbps, bit depth: 16bit, sample rate: 44.1kHz

But spectrogram is still the same for 320kbps

Below is my setting file

{
    "global": {
        "general": {
            "download_path": "./downloads/",
            "download_quality": "lossless",
            "search_limit": 10
        },
        "artist_downloading": {
            "return_credited_albums": true,
            "separate_tracks_skip_downloaded": true
        },
        "formatting": {
            "album_format": "{name}{explicit}",
            "playlist_format": "{name}{explicit}",
            "track_filename_format": "{track_number}. {name}",
            "single_full_path_format": "{name}",
            "enable_zfill": true,
            "force_album_format": false
        },
        "codecs": {
            "proprietary_codecs": false,
            "spatial_codecs": true
        },
        "module_defaults": {
            "lyrics": "default",
            "covers": "default",
            "credits": "default"
        },
        "lyrics": {
            "embed_lyrics": true,
            "embed_synced_lyrics": false,
            "save_synced_lyrics": true
        },
        "covers": {
            "embed_cover": true,
            "main_compression": "high",
            "main_resolution": 1400,
            "save_external": false,
            "external_format": "png",
            "external_compression": "low",
            "external_resolution": 3000,
            "save_animated_cover": true
        },
        "advanced": {
            "advanced_login_system": false,
            "codec_conversions": {
                "alac": "flac",
                "wav": "flac"
            },
            "conversion_flags": {
                "flac": {
                    "compression_level": "5"
                }
            },
            "conversion_keep_original": false,
            "cover_variance_threshold": 8,
            "debug_mode": false,
            "disable_subscription_checks": false,
            "enable_undesirable_conversions": false,
            "ignore_existing_files": false,
            "ignore_different_artists": true
        }
    },
    "extensions": {},
    "modules": {
        "tidal": {
            "tv_token": "
",
            "tv_secret": "",
            "mobile_atmos_token": "",
            "mobile_default_token": "",
            "enable_mobile": true,
            "force_non_spatial": false,
            "prefer_ac4": false,
            "fix_mqa": true
        }
    }
}

@OrfiDev
Copy link

OrfiDev commented Sep 14, 2022

@tathastu871 if you recorded what Tidal was playing you'll see the same frequency response, OrpheusDL only downloads the original files the apps get

@tathastu871
Copy link
Author

@tathastu871 if you recorded what Tidal was playing you'll see the same frequency response, OrpheusDL only downloads the original files the apps get

?? Means

@OrfiDev
Copy link

OrfiDev commented Sep 14, 2022

@tathastu871 meaning this is not an issue with OrpheusDL, but rather the specific song you are trying

@tathastu871
Copy link
Author

tathastu871 commented Sep 14, 2022

@tathastu871 meaning this is not an issue with OrpheusDL, but rather the specific song you are trying

But dniel97 posted he was able to download lossless of same track, then why notmine

Not only this track every song intried to download from tidal are not lossless, whether i use orpheus or streamrip or tidal-dl

@OrfiDev
Copy link

OrfiDev commented Sep 14, 2022

@tathastu871 he clearly said he downloaded a different version of the track as the one you specified is not available in his region, please read what we are telling uou

@OrfiDev
Copy link

OrfiDev commented Sep 14, 2022

@tathastu871 try testing out the song Darkside by Alan walker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants