Commit Graph

3464 Commits

Author SHA1 Message Date
mcarlton00 3200c42432
Merge pull request #399 from bsdf/master
Fix extracted subtitle delivery for transcodes
2020-09-20 15:16:51 -04:00
davidfrickert c3473c63e4 Translated using Weblate (Portuguese (Portugal))
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/pt_PT/
2020-09-17 17:41:50 -04:00
Odd Stråbø 66e8593d97
Merge pull request #398 from XayOn/feature/396-b
Fix removed log level in Kodi 19
2020-09-17 18:13:18 +02:00
BEN ENGLISCH 60ea47630b Fix extracted subtitle delivery for transcodes 2020-09-17 09:09:21 -05:00
David Francos ad941ae483 fix: #396 Using kodi_version to determine loglevel 2020-09-17 10:38:22 +02:00
David Francos cf1ee30e18 fix: #396 Brough back kodi 18 lognotice compat.
Kodi 18 seems to not log LOGINFO messages, this approach uses LOGNOTICE if its
available and LOGINFO otherwise, ensuring compatibility without needing to
check for kodi versions
2020-09-17 10:29:53 +02:00
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
Odd Stråbø 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
Odd Stråbø 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
Odd Stråbø 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
Odd Stråbø 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
Odd Stråbø 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
Odd Stråbø c70ec5dc85 Bump version for 0.5.9 2020-08-25 01:59:40 +02:00
Odd Stråbø 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
Odd Stråbø 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
Odd Stråbø 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
Odd Stråbø ec92a1ad34 Revert "Add sonarcloud settings file"
This reverts commits:
8792dd22ce,
767eef635c.
2020-08-21 16:25:19 +02:00
Odd Stråbø 767eef635c Sonarcloud exclude tests 2020-08-21 16:13:04 +02:00