Coder Social home page Coder Social logo

Comments (7)

OxygenCobalt avatar OxygenCobalt commented on May 10, 2024

Oh. Do you have music folders named Music and Reekado Banks? I think I may know whats going on here.

from auxio.

ibrajix avatar ibrajix commented on May 10, 2024

Oh. Do you have music folders named Music and Reekado Banks? I think I may know whats going on here.

I have a folder named 'Music' but I dont have any folder named 'Reekado Banks'.

The 'Reekado Banks' is given to any song whose artist name cannot be determined... like a default.

In other music players... I see "Unknown"

from auxio.

OxygenCobalt avatar OxygenCobalt commented on May 10, 2024

Okay, thats strange. Android will default to the folder name [In this case, Music] when it can't find an album name. I can't change that behavior.

The artist though is really odd. Do you have an song with an artist named Reekado Banks? If that's the case, then I bet that the Artist ID of the Music album is colliding with another artist and is thusly being assigned to them. That's fixable, but would result in a performance hit.

from auxio.

ibrajix avatar ibrajix commented on May 10, 2024

Okay, thats strange. Android will default to the folder name [In this case, Music] when it can't find an album name. I can't change that behavior.

The artist though is really odd. Do you have an song with an artist named Reekado Banks? If that's the case, then I bet that the Artist ID of the Music album is colliding with another artist and is thusly being assigned to them. That's fixable, but would result in a performance hit.

Yeah, I dont have a problem with the album name.

And yes, I have some songs with artiste named 'Reekado Banks'.

I have not dug into your codebase to see how you query the data from MediaStore but on a normal ground cursor.getString(getColumnIndex(cursor, MediaStore.Audio.Media.ARTISTE) should return 'Unknown', when no artiste name is found or maybe you can do a check if the artist name is null or something -display "Unknown".

from auxio.

OxygenCobalt avatar OxygenCobalt commented on May 10, 2024

Okay. It seems like this is just a plain ID collision. I'll be merging this into #38 and will try to address it eventually.

from auxio.

ibrajix avatar ibrajix commented on May 10, 2024

Okay. It seems like this is just a plain ID collision. I'll be merging this into #38 and will try to address it eventually.

Alright... 👍👍

from auxio.

OxygenCobalt avatar OxygenCobalt commented on May 10, 2024

I made a music refactor that I think might fix this issue in the next Auxio release. You can go test it if you want or you can wait for the next Auxio release to try it out.

from auxio.

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.