Giter VIP home page Giter VIP logo

Comments (2)

Rafiuth avatar Rafiuth commented on August 25, 2024 1

Yes, this is the default behavior, but you can change {album_artist} to {artist} in the config.json file, to get all artists like in your example.

The code at StateManager:57 is outdated, I changed the keys a while back and forgot to change this.

By the way, you can use any key listed in StateManager:387 in the config.json path variables.

from soggfy.

markjoshwel avatar markjoshwel commented on August 25, 2024

Is it intentional to treat the album artist as the first artist (Bruno Mars) rather than include all of the album artists? (Bruno Mars, Anderson .Paak, Silk Sonic)

I'm trying to read your codebase (I come from a background of Python experience, C++ is still not too easy for me to read) and it appears that you do indeed merge all the artists together. (SpotifyOggDumper/StateManager:382)

However I think my issue comes from the bundled config.json in the releases, as the "track_path_fmt" key is set to "%userprofile%/Music/Soggfy/{album_artist}/{album_name}/{track_num}. {track_name}.ogg") rather than "%userprofile%/Music/Soggfy/{artist_name}/{album_name}/{track_num}. {track_name}.ogg") (as per SpotifyOggDumper/StateManager.cpp:57). This means that I encounter my issue with only the first artist name being used as album_artist only uses the first artist name rather than artist_name.

from soggfy.

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.