Git Product home page Git Product logo

Comments (5)

yns88 avatar yns88 commented on September 15, 2024

This is because it uses user['trackCount'] to compute num_tracks, which is a deprecated field that was just recently broken. I'd like to import my Favorites to Google Play, so I'll see if I can post a bugfix.

from rdio-export.

 avatar commented on September 15, 2024

Hit he same issue an hour ago. My quick fix, I changed line 109 of rdio-export.py to:

matched_tracks = match_tracks(list(rdio_tracks), 1, pm)

This means the percentage complete won't work, but you won't divide by zero. And I had to wrap rdio_tracks in a list() for some reason to turn it from a generator into a list or else the match_tracks function wasn't processing it correctly. I'm not a python guru so this was all very hacky.

from rdio-export.

yns88 avatar yns88 commented on September 15, 2024

I just posted a pull request that will omit the total and percentage calculations from the Favorites import: #4

from rdio-export.

ianloic avatar ianloic commented on September 15, 2024

I've got a better solution in the works. Sorry for the issue....

from rdio-export.

ianloic avatar ianloic commented on September 15, 2024

Fixed it in c74277e

Update and try again. Let me know if you see the issue again.

from rdio-export.

Related Issues (5)

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.