darzur

Results 9 comments of darzur

Hello haron2013, It finally works as expected. Maybe you will be able to fix another irritating bug? :) In Settings -> Advanced Settings -> General Settings there is a setting...

Well, I now nothing about programming and development - I'm just normal user. What I can say is that most eReader programs is able to display this information so I...

Hi haron2013, Just checked it in opf and it looks like Calibre specific tagging: meta content="1.0" name="calibre:series_index" / meta content="Norweski dziennik" name="calibre:series" / so now I'm not sure you will...

To be honest I've just found solution to my problem. Calibre is able to merge series, series_index and title tags into title, so now I see all needed information as...

Aria pause ``` #!/bin/sh curl http://127.0.0.1:6800/jsonrpc -H "Content-Type: application/json" -H "Accept: application/json" --data '{"jsonrpc": "2.0","id":1, "method": "aria2.pauseAll", "params":[]}' exit 0 ``` Aria unpause ``` #!/bin/sh curl http://127.0.0.1:6800/jsonrpc -H "Content-Type: application/json"...

Just started subliminal with --debug flag and found no entries about Napiprojekt. Look below at output. Subliminal calculates hash for Napiprojekt but then doesn't search for subtitles. ``` pi@RPi2:~ $...

Thanks for that. I think I'll be able to add it to extensions.py but how to rebuild?

Changed extensions.py as below. What else should I do to enable napiprojekt? ``` #: Provider manager provider_manager = RegistrableExtensionManager('subliminal.providers', [ 'addic7ed = subliminal.providers.addic7ed:Addic7edProvider', 'legendastv = subliminal.providers.legendastv:LegendasTVProvider', 'napiprojekt = subliminal.providers.napiprojekt:NapiProjektProvider', 'opensubtitles...

I'm afraid it's beyond me. I've installed it with `pip install subliminal` not from repo. Don't have setup.py in subliminal root dir and have no idea how to build it.