Coder Social home page Coder Social logo

Comments (4)

marcelveldt avatar marcelveldt commented on August 11, 2024

I never had the chance to test it on newer Android hardware. The libspotify implementation is really old and deprecated but I have to use it untill they released the support for playback in the webapi.

There is a little something you might want to test:

Open the file resources\utils.py in notepad++
At line 103 is the definition for your platform: Android ARMv7

There are 3 paths specified there to look, please alter the line so that is only contains one path and test the different paths one by one.

So your first test should look like this:

(Platform.ANDROID, Architecture.ARMV7) : ["resources/dlls/android/arm"],

If it fails to work with all three paths we'll have to find somebody prepared to build the libspotify libraries for the newer android platforms.

from plugin.audio.spotify.

lsouchet avatar lsouchet commented on August 11, 2024

Hello,
first thanks for your quick answer.
I have tried to use each lib path successfully, unfortunately it didn't solve my problem, and when looking at the kodi log file after each try, it seems it didn't manage to load the lib.
How the newer android hw configuration changes from the one you used to build android armv7 lib?

from plugin.audio.spotify.

marcelveldt avatar marcelveldt commented on August 11, 2024

In that case you're out of luck and it isn't going to work.
The libspotify is outdated and besides the native android library there is no alternative available.

I think/believe that the current version of the libspotify library for android is compiled for arm5/6 only.

from plugin.audio.spotify.

plao avatar plao commented on August 11, 2024

Hi Marcel...

many congrats for your GREAT sw!

Unfortunately I have the same issue reported by lsouchet :-(, the error message "Platform not supported for playback, continuing without playback support.", of course error code 999.

Sorry but I've not understand what kind of edit will be done on the cfg file "resources\utils.py", here is the content (the numbers are the rows #):

103 (Platform.ANDROID, Architecture.ARMV6) : ["resources/dlls/android/arm"],
104 (Platform.ANDROID, Architecture.ARMV7) : ["resources/dlls/android/arm"],
105 (Platform.ANDROID, Architecture.X86) : ["resources/dlls/android/arm"],
106 (Platform.ANDROID, Architecture.X86_64) : ["resources/dlls/android/arm"],
107 (Platform.ANDROID, Architecture.AARCH64) : ["resources/dlls/android/arm"],

Thanks in advance if you can help me, in the meantime I'll take a look in the posts on [(http://forum.kodi.tv/showthread.php?tid=265356)]...

Have a great day!

Best,
Giandomenico

from plugin.audio.spotify.

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.