Jacob
9146d0d451
Fix appveyor badge and update Solus wording
...
The appveyor badge was first and formost using the wrong link which meant that clicking on it sent you to look at the image and not the actual project page for it. The old image was blurry and looked bad, so I switched to the SVG badge instead. While at it I also updated the link to the new Solus site and updated the wording.
2019-08-25 17:21:42 +02:00
iwconfig
b64dbf3c3e
merge: Map video and audio tracks only once
...
When dealing with multiple subtitles, the singular video and audio tracks is added with each subtitle. This of course results in a multiplied file size which we don't want.
2019-08-22 20:47:39 +02:00
Harald Gustafsson
f06d3a85c2
Bug fixes for NFO file. Some misunderstand of Kodi tags and happened to swap episode and show plots.
...
fixes : #991
2019-08-22 20:44:03 +02:00
Sopor
ea59d768d7
readme: fix urls for requests and adding url for ffmpeg for windows
...
fixes : #1110
2019-08-22 19:35:47 +02:00
Johan Andersson
7e245444b7
nfo: title and showtitle was swapped
...
fixes : #1125
2019-08-22 19:19:22 +02:00
Johan Andersson
26b0ae19be
parsertoconfig: set the wrong value to force_nfo
...
fixes : #1126
2019-08-22 18:48:59 +02:00
Johan Andersson
6a922a86db
barnkanalen: dont crash on show page
2019-08-22 18:10:09 +02:00
Johan Andersson
a89c54dabf
cibuild: tag tagged build with latest when building docker image
2019-08-22 08:01:25 +02:00
Johan Andersson
93088a76cc
subtitle: dont read another byte if bom
...
fixes : #1124
2019-08-22 07:57:40 +02:00
Johan Andersson
f429cfc634
Remove unused import
2019-08-20 15:56:49 +02:00
Johan Andersson
3dc2cf5079
subtitle: encode the text to utf-8
...
this will be the same on windows and *nix
fixes : #1119
2019-08-20 15:49:38 +02:00
Johan Andersson
8c08be1bf4
Add some more warnings to ignore
2019-07-13 14:31:23 +02:00
Johan Andersson
a84b89bafd
Rewrote big parts of the _dashparser
2019-07-13 14:31:13 +02:00
Johan Andersson
d33186e54e
wrstsegments: fix sync issues
...
Fixes : #1063
2019-04-13 17:45:29 +02:00
Johan Andersson
be21f7d695
Tv4play: support for the new site
...
fixes : #1058
2019-04-08 23:24:07 +02:00
Johan Andersson
60c043da62
wrstsegments: fix so we handle newlines better
...
Fixes : #1050
Fixes : #1038
2019-04-08 23:21:59 +02:00
Johan Andersson
2c3352c57e
Tell cx_freeze to include cffi when building windows files
...
fixes : #1057
2019-03-26 00:05:15 +01:00
Johan Andersson
7649c2dad5
Remove newline and the end of the file
2019-03-25 23:33:31 +01:00
Johan Andersson
7fb5f02032
dr: they have started to use encrypted url’s
...
Fixes : #1056
Fixes : #1047
2019-03-24 21:06:23 +01:00
Johan Andersson
c4bf81fa9e
hls: move cryptography to top imports.
2019-03-24 21:04:41 +01:00
Johan Andersson
05c322a52a
hls: don’t finalize after we decrypt the data.
...
In cases where we have several keys in a stream we can run finalize on the data.
2019-03-23 02:36:01 +01:00
Johan Andersson
ecaced7b5c
dashparse: use == compare ints..
2019-03-23 02:02:11 +01:00
Johan Andersson
feb503e013
daskparse: search for contentType on adaptationset instead of mimype
...
Svtplay stopped using mime type on adaptionset.
Fixes : #1054
2019-03-23 01:20:56 +01:00
Johan Andersson
5b6779edf2
Replace pycryptodome with cryptography.
...
This will make it easier to support older distros. For example ubuntu 16.04 and Debian stable (9)
2019-03-23 01:00:44 +01:00
Johan Andersson
525d33a516
Cosmetic changes from flake8
2019-03-23 00:57:19 +01:00
Johan Andersson
dcbf6a8a0e
sr: they have updated the site a little.
...
Fixes #1033
2019-01-09 21:35:12 +01:00
Johan Andersson
f47e729c01
fetcher.http: if we can detect its mp3, use that as extension.
2019-01-09 21:34:21 +01:00
Johan Andersson
806fd55d3b
svt: support for subtitles on the page.
...
fixes #1026
2019-01-06 21:55:48 +01:00
Johan Andersson
a4d4769457
service: don’t crash if configfile is not set
...
Fixes #1015
2019-01-06 20:21:45 +01:00
Johan Andersson
56d3d8f09b
appveyor: this should be == and not =
2019-01-06 12:25:47 +01:00
NoNameForMee
553a337f66
Add badges to README.md
...
Adding badges helps to highlight the continuous integration pages which has been configured for this project.
2019-01-06 11:18:26 +01:00
Johan Andersson
66b18daf2d
Dont run ci script on pull requests
2019-01-06 11:11:14 +01:00
Johan Andersson
5796b861cf
cibuild: forgot the monkey patching for fromisoformat
2019-01-05 00:52:21 +01:00
Johan Andersson
9ce0a0645e
appveyor: add backports-datetime-fromisoformat for cibuild
...
We need this because we can’t build the release with py37.
2019-01-05 00:47:24 +01:00
Johan Andersson
af685f8f7a
cibuild: check if we are running this under travis
...
We will only build a new docker image under travis.
2019-01-05 00:36:24 +01:00
Johan Andersson
31667e566b
requirements-dev: add wheel
2019-01-05 00:29:34 +01:00
Johan Andersson
38412d8ef6
travis: move cibuild to 3.7
2019-01-05 00:12:40 +01:00
Johan Andersson
5ddb0760e5
cibuild: only use python instead of python3
2019-01-05 00:02:59 +01:00
Johan Andersson
3ff3d0e06b
cibuild: this should be !=
2019-01-05 00:00:00 +01:00
Johan Andersson
7037590698
travis: set env global
2019-01-04 23:54:46 +01:00
Johan Andersson
213fd1caff
appveyor: move environment to the right place
2019-01-04 23:45:54 +01:00
Johan Andersson
b1b15f57e9
Cibuild: first version.
...
Upload releases and snapshots to aws
2019-01-04 23:43:49 +01:00
Johan Andersson
943427b083
Forgot to change from README.rst to README.md in MANIFEST.in
2019-01-04 23:43:49 +01:00
Johan Andersson
a8ddb1fc63
Move the docker readme to a new dir
2019-01-04 23:43:49 +01:00
qnorsten
d029808f4c
Merge pull request #1030 from magic75/viaplay_videoid_fix
...
Viaplay: Fix video-id extraction
2019-01-04 23:23:13 +01:00
Jan
9f2e0ef806
Viaplay: Fix video-id extraction
2019-01-02 20:59:05 +01:00
iwconfig
256ca145b2
flake8 fix
2018-12-12 00:20:17 +01:00
iwconfig
1d1574a019
Added option to only download nfo
2018-12-12 00:20:17 +01:00
Patrik Ragnarsson
6901d27ae4
Use Markdown code syntax for commands
2018-12-11 23:04:43 +01:00
Sopor
dd8ac6089a
Create ISSUE_TEMPLATE.md
2018-12-11 23:04:43 +01:00