Giter Site home page Giter Site logo

Label (id3.TPUB) not supported. about rsack HOT 5 CLOSED

slyyxp avatar slyyxp commented on May 27, 2024
Label (id3.TPUB) not supported.

from rsack.

Comments (5)

Slyyxp avatar Slyyxp commented on May 27, 2024
    meta = {
        "ALBUM": track['album_title'],
        "ALBUMARTIST": track['artist_disp_nm'],
        "ARTIST": track['artist_disp_nm'],
        "TITLE": track['track_title'],
        "DISCNUMBER": str(track['disc_id']),
        "DISCTOTAL": str(album['disc_total']),
        "TRACKNUMBER": str(track['track_no']),
        "TRACKTOTAL": str(track['track_total']),
        "COMMENT": str(track['track_id']),
        "DATE": _format_date(track['release_ymd']),
        "GENRE": album['genre_str'],
        "LABEL": "",
        "LYRICS": lyrics
    }

Label was left blank here.
I can't recall whether was a reason or not I left it blank or whether I just overlooked.

Will look into it.

from rsack.

Slyyxp avatar Slyyxp commented on May 27, 2024

I have put forward a fix based on my previous code. It is available temporarily on a new branch until it has been confirmed to be fixed. https://github.com/Slyyxp/rsack/tree/Slyyxp-Patch-1

I do not have an account to test with so I would appreciate if someone can indicate to me whether this works as intended.

from rsack.

steamgirl2020 avatar steamgirl2020 commented on May 27, 2024

not fixed:(
I downloaded https://codeload.github.com/Slyyxp/rsack/zip/refs/heads/Slyyxp-Patch-1

from rsack.

Slyyxp avatar Slyyxp commented on May 27, 2024

I'll take your word for it.
I won't be paying for another Bugs account in near future so I can't fix this for now.

Someone else can take a look at the meta and see what needs to be appended if they want.

from rsack.

Slyyxp avatar Slyyxp commented on May 27, 2024

Got my hands on an account so was able to fix this.
Labels are now properly added to both FLAC and MP3

e0f873b

from rsack.

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.