David Francos
8ebee6e6de
fix : #396 Kodi's LOGNOTICE loglevel is deprecated
...
KODI recenly deprecated LOGNOTICE (as per
https://github.com/xbmc/xbmc/pull/18346 ) and announced that LOGINFO should be
used instead.
LOGINFO has been available since kodi matrix's migration to spdlog in april
2020.
2020-09-17 00:51:46 +02:00
Michal Chvíla
fea6fc4cf1
playutils: Always honor manual transcoding bitrates
...
* Override VideoBitrate option in transcoding url (previously calced in backend)
* Use manual AudioBitrate when user has track selection dialog disabled
* Fix bad loop-and-remove
2020-09-15 01:33:44 +02:00
Michal Chvíla
e651b66ddc
Add more transcoding options
...
* Redo max. bitrate options, add more bitrates in the lower end
* Remove SD/HD from the bitrate strings as the quality doesn't match up to what the backend selects (e.g. 1.3 Mbps definitely wasn't HD)
* Add option to force transcode mpeg2
* Add option to choose between h264 & h265 as a preferred codec for transcoding
* Add option to select preferred audio codec for transcoding/directstream
* Add option to select audio bitrate when transcoding (previously hardcoded to 384kbps for >2.0ch & 192kbps for <=2.0ch)
* Add option to select max audio channels (e.g. for server-side downmix)
* Add option to hide embedded/internal & picture-based subtitles in the track selection dialog
2020-09-15 00:30:23 +02:00
Michal Chvíla
4312135524
playutils: Prettify audio/subs track selection dialog
...
* Capitalize language in the track title
* Capitalize channel layout in the track title (e.g. 'Stereo')
* Remove track index from the title - users generally don't care what
the # is
* Use commercial names for the audio codecs (e.g. 'Dolby Digital'
instead of 'ac3')
* Always show codec name for subtitle tracks
2020-09-15 00:26:16 +02:00
mcarlton00
b66a838778
Merge pull request #394 from oddstr13/release-0.6.2
...
Fix pipelines, bump version for 0.6.2
2020-09-12 22:53:25 -04:00
9daa9eed13
Fix pipelines, bump version for 0.6.2
2020-09-13 04:44:57 +02:00
mcarlton00
943272f88c
Merge pull request #393 from oddstr13/release-0.6.1
...
Bump version for 0.6.1
2020-09-12 22:31:15 -04:00
9d33cbd81c
Bump version for 0.6.1
2020-09-13 04:24:42 +02:00
Abby
91f1f79364
Merge pull request #392 from mcarlton00/azure-can-bite-my-shiny-metal-ass
...
Fix the pipeline. Again.
2020-09-13 01:16:19 +01:00
Matt
735160d01e
Fix the pipeline. Again.
2020-09-12 20:03:23 -04:00
Abby
9debead164
Merge pull request #391 from mcarlton00/version-0.6.0
...
Bump version for 0.6.0
2020-09-12 17:25:53 +01:00
Matt
36bc311daa
Bump version for 0.6.0
2020-09-12 12:10:09 -04:00
Deniz
9b216acd53
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/tr/
2020-09-10 22:20:38 -04:00
mcarlton00
c92b4a4e82
Merge pull request #387 from mcarlton00/i-like-big-libraries-and-i-cannot-lie
...
Optimize music sync for large libraries
2020-09-09 20:37:48 -04:00
Matt
813ec68e38
Review suggestions
2020-09-09 18:33:47 -04:00
Matt
c44a079572
remove commented variable
2020-09-07 22:47:10 -04:00
Matt
983c208415
Remove unused functions
2020-09-07 22:33:21 -04:00
Matt
db6cad8e15
Optimize music library lookups for larger libraries
2020-09-07 22:26:36 -04:00
Manuel
18b04d2e35
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/es/
2020-09-07 21:07:56 -04:00
mcarlton00
c6de19cbf5
Merge pull request #385 from oddstr13/pr-verify-kodi-defaults-2
...
Normalize path for os.mkdir
2020-09-04 18:42:12 -04:00
6c5956d9bc
Normalize path for os.mkdir
...
It's not happy with `foo/.`
2020-09-04 23:02:26 +02:00
mcarlton00
c5f001d61e
Merge pull request #384 from holow29/patch-1
...
Add BDMV and DVD Rip support in TV Shows
2020-09-04 15:22:08 -04:00
holow29
b6ca78031c
Add BDMV and DVD Rip support in TV Shows
...
Porting @YK-Samgo's work from Movies.py to TVShows.py
2020-09-04 09:58:24 -04:00
2345dfd428
Merge pull request #382 from oddstr13/pr-verify-kodi-defaults-1
...
Handle empty XMLs in profile video
2020-09-04 06:13:56 +02:00
ee7672a0a1
Handle empty files in profile video XMLs
2020-09-03 22:36:34 +02:00
Николай Иванов
52bb733254
Translated using Weblate (Bulgarian)
...
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/bg/
2020-08-26 20:59:02 -04:00
Николай Иванов
95b9f7cdfb
Translated using Weblate (Bulgarian)
...
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/bg/
2020-08-26 12:27:37 -04:00
Abby
10dbe4104c
Merge pull request #373 from mcarlton00/use-the-zip-luke
...
Use correct filename for kodirepo command
2020-08-25 03:53:21 +01:00
Matt
f3ab498c4d
don't use sudo during publishing
2020-08-24 22:48:41 -04:00
Matt
9cd5804ec6
Use correct filename for kodirepo command
2020-08-24 20:18:30 -04:00
mcarlton00
8a2104769c
Merge pull request #372 from oddstr13/release-0.5.9
...
Bump version for 0.5.9
2020-08-24 20:11:11 -04:00
Abby
37d6f529fd
Merge pull request #371 from oddstr13/just-some-patchwork
...
Temporary workaround for #370
2020-08-25 01:05:24 +01:00
c70ec5dc85
Bump version for 0.5.9
2020-08-25 01:59:40 +02:00
7884ac4d88
Temporary workaround for #370
2020-08-25 01:53:46 +02:00
WontTell
2009f7f27a
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/es_419/
2020-08-24 19:28:27 -04:00
59ff8d1c45
Merge pull request #368 from mcarlton00/copying-files-is-hard
...
Clean copy the right files for building
2020-08-23 00:12:30 +02:00
Matt
d6ecbb5b41
Clean copy the right files for building
2020-08-22 17:59:44 -04:00
b89b9e0499
Merge pull request #367 from mcarlton00/artifact-name
...
Refactor pipeline
2020-08-22 23:16:24 +02:00
Matt
ba31cc1ad1
Include dev files in zip archive
2020-08-22 16:22:43 -04:00
Matt
1691c32f50
Rework pipeline
2020-08-21 22:42:48 -04:00
Matt
d55cf49bf2
Change artifact name
2020-08-21 18:55:22 -04:00
mcarlton00
4e2c8a0af3
Merge pull request #366 from oddstr13/pr-json-filter-1
...
Filter keys containing None values from dictionaries returned from the server
2020-08-21 17:43:52 -04:00
ec92a1ad34
Revert "Add sonarcloud settings file"
...
This reverts commits:
8792dd22ce
,
767eef635c
.
2020-08-21 16:25:19 +02:00
767eef635c
Sonarcloud exclude tests
2020-08-21 16:13:04 +02:00
8792dd22ce
Add sonarcloud settings file
2020-08-21 16:11:42 +02:00
ed96dc8ad5
Clean json returned from server for keys with None values
...
Add testing
2020-08-21 15:09:34 +02:00
8a3ca73d52
flake8
2020-08-21 14:56:15 +02:00
8b1b648dfa
Merge pull request #362 from mcarlton00/might've-used-too-much
...
Refactor metadata ancestor gathering
2020-08-18 20:02:41 +02:00
mcarlton00
a4f9db249d
Update jellyfin_kodi/library.py
...
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
2020-08-18 14:01:23 -04:00
mcarlton00
5d05ec06e7
Merge pull request #364 from TrueTechy/remove-webservice
...
Removed webservice
2020-08-15 18:01:55 -04:00