Uukrull
Uukrull
Would it be possible to add support for the .kcr format? https://github.com/redbug26/crocods-core/wiki/kcr From the info supplied: > Recently, I build a cabinet arcade and I want to play Amstrad games...
Did you set you preferred audio language to English?  I also recommend to install this [service](https://forum.kodi.tv/showthread.php?tid=153783) 
Yes. I have the same issue and it's a relief I'm not the only one.
* [ ] Optional external music: If a filename with the track number exists, use that instead of the built-in. * [ ] Eye of the Beholder step-by-step movement. *...
I did a simple test with python and it works for playlists, artists and albums: `session.post('http://api.deezer.com/2.0/user/me/artists?access_token=XXXX&artist_id=860',headers=headers,data=payload) ` and delete if we want to remove the favorite: `session.delete('http://api.deezer.com/2.0/user/me/artists?access_token=XXXX&artist_id=860',headers=headers,data=payload) `
I finally managed to get it compiled for macOS: ``` brew install node@12 llvm libomp git clone https://github.com/animetosho/ParPar.git cd ParPar npm install [email protected] npm install cd nexe mkdir -p node/8.17.0/...
The problem is the mac version uses libtool and gives an error with -fopenmp so I have to use the CXX="/usr/local/opt/llvm/bin/clang++ -Xpreprocessor -fopenmp" workaround For those interested [here](https://drive.google.com/open?id=1guJuJZtSYV2ckITlowbKFTheNZoPwUEf) is the...
Building for linux (Ubuntu Server 19.10): ``` git clone https://github.com/llvm-mirror/openmp.git cd openmp mkdir build cd build cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DLIBOMP_ENABLE_SHARED=OFF .. make -j7 sudo make install cd ../.. git clone...
@edc71 You can try this [version](https://drive.google.com/open?id=1BX32RXUUaeq39ImoWNneqeGKUtfCyaQw) I compiled. I tested it on Ubuntu, Debian and Arch Linux and worked on all of them. It's profiled with -fprofile-generate/use and the only...
Another one from https://bitmovin.com/demos/drm: ``` https://cdn.bitmovin.com/content/assets/art-of-motion_drm/mpds/11331.mpd eb676abbcb345e96bbcf616630f1a3da:100b6c20940f779a4589152b57d2dacb ``` And this one: ``` http://www.bok.net/dash/clearkey_example/stream.mpd 000102030405060708090a0b0c0d0e0f:00112233445566778899aabbccddeeff ``` Will it support multiple keys? i.e: `#KODIPROP:inputstream.adaptive.license_key={"kid1": "key1", "kid2": "key2", "kid3": "key3", "kid4": "key4"}`