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

Ayreon - Universal Migrator downloads as stereo instead of Atmos #27

Closed
mrmatteastwood opened this issue Dec 13, 2022 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@mrmatteastwood
Copy link

mrmatteastwood commented Dec 13, 2022

Describe the bug
This is very similar to bug #25. When attempting to download https://listen.tidal.com/album/242428593, a stereo FLAC version is downloaded and saved as .m4a files.

To Reproduce
Steps to reproduce the behavior:

  1. Use command 'python orpheus.py https://listen.tidal.com/album/242428593' with this config: https://gist.github.com/mrmatteastwood/1c6d40bf7d603cb8ab7bdfe8a5b4b294
  2. Observe downloaded folder name and contents

Expected behavior
The Atmos version of the album should be downloaded and stored as .m4a files.

Desktop (please complete the following information):

  • OS: Linux Mint 21
  • Python version 3.10.6

Additional context
My settings.json is set to put the suffix "[Dolby Atmos]" into the folder name for albums that are encoded as such. That suffix is missing from the folder title created for this album, suggesting it might not be properly recognized.
Haven't experienced this with any other Dolby Atmos encoded albums.
All packages from requirements.txt for both orpheusdl and the TIDAL module are up to date.
Deleted loginstorage.bin and re-connected. Same result.

Terminal output

$ python orpheus.py https://listen.tidal.com/album/242428593

   ____             _                    _____  _      
  / __ \           | |                  |  __ \| |     
 | |  | |_ __ _ __ | |__   ___ _   _ ___| |  | | |     
 | |  | | '__| '_ \| '_ \ / _ \ | | / __| |  | | |     
 | |__| | |  | |_) | | | |  __/ |_| \__ \ |__| | |____ 
  \____/|_|  | .__/|_| |_|\___|\__,_|___/_____/|______|
             | |                                       
             |_|                                       
             

 "enable_mobile" is enabled but no MOBILE session was found. Do you want to create a MOBILE session (used for AC-4/360RA) [Y/n]? y
 TIDAL: Creating a TV session
Opening https://link.tidal.com/RAFIQ, log in or sign up to TIDAL.
Checking link      
Successfully linked!
 TIDAL: Creating a Mobile session
 TIDAL: Enter your Tidal username and password:
 Username: [redacted]
 Password: 
 Successfully logged in, using MOBILE_DEFAULT token!
 Successfully logged in, using MOBILE_ATMOS token!
=== Downloading album Universal Migrator, Pt. I & II (2022 Remixed & Remastered) (242428593) ===
        Artist: Ayreon (3658990)
        Year: 2022
        Duration: 02h:15m:53s
        Number of tracks: 20
        Service: TIDAL
        Downloading album cover

        Track 1/20
        === Downloading track The Dream Sequencer (2022 Remixed & Remastered) (242428596) ===
                Artists: Ayreon (3658990)
                Release year: 2022
                Duration: 05m:09s
                Codec: FLAC, bitrate: 732kbps, bit depth: 16bit, sample rate: 44.1kHz

                Downloading track file
                100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 79/79 [00:02<00:00, 31.30it/s]
                FFmpeg is not installed or working! Using fallback, may have errors
                Downloading artwork
                Retrieving credits
                Tagging file
        === Track 242428596 downloaded ===
@mrmatteastwood mrmatteastwood added the bug Something isn't working label Dec 13, 2022
@Dniel97
Copy link
Owner

Dniel97 commented Dec 18, 2022

Thats not a bug with OrpheusDL... only part 1 track 5 and part 2 track 5 are available in Dolby Atmos. To be honest that's the first time I've seen non Dolby Atmos tracks inside a Dolby Atmos album. Normally TIDAL just creates the album with two tracks inside and for the other tracks you would need the other non Dolby Atmos release.

@mrmatteastwood
Copy link
Author

You're right! I should have noticed that. I only paid attention to the "Atmos" label on the album without looking at the actual tracks inside. Thanks for following up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants