[PR #592] [MERGED] Master 10.0.2 #8219

Closed
opened 2025-12-22 06:44:58 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/592
Author: @joshuaboniface
Created: 1/16/2019
Status: Merged
Merged: 1/16/2019
Merged by: @andrewrabert

Base: masterHead: master-10.0.2


📝 Commits (10+)

  • a72ed1c Update TheMovieDB API key to our own
  • b437503 Update TheAudioDB API key to our own
  • ae03c16 Update FanArt API key to our own
  • 16fea1b Update TheTVDB API key to our own
  • bbed358 Update OpenSubtitles User Agent to our own
  • 46ee0de Update Omdb API key to our own
  • 1aadddd Update Fanart commented-out API key to our own
  • fdcf0b5 Change ItemId to Guid like all the others
  • 6c9da58 Don't print stacktrace when failing to bind to 1900
  • 7232446 Add exception message to log.

📊 Changes

16 files changed (+29 additions, -17 deletions)

View changed files

📝 MediaBrowser.Controller/Library/TVUtils.cs (+1 -1)
📝 MediaBrowser.Controller/Providers/RemoteSearchQuery.cs (+3 -1)
📝 MediaBrowser.MediaEncoding/Subtitles/OpenSubtitleDownloader.cs (+1 -1)
📝 MediaBrowser.Providers/Manager/ProviderManager.cs (+1 -1)
📝 MediaBrowser.Providers/Movies/FanartMovieImageProvider.cs (+0 -1)
📝 MediaBrowser.Providers/Movies/MovieDbProvider.cs (+1 -1)
📝 MediaBrowser.Providers/Movies/MovieDbSearch.cs (+1 -1)
📝 MediaBrowser.Providers/Music/AudioDbArtistProvider.cs (+1 -1)
📝 MediaBrowser.Providers/Music/FanArtArtistProvider.cs (+1 -1)
📝 MediaBrowser.Providers/Omdb/OmdbImageProvider.cs (+1 -1)
📝 MediaBrowser.Providers/Omdb/OmdbProvider.cs (+1 -1)
📝 MediaBrowser.Providers/TV/FanArt/FanartSeriesProvider.cs (+0 -1)
📝 MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/chromecast/chromecastplayer.js (+2 -2)
📝 RSSDP/SsdpCommunicationsServer.cs (+6 -2)
📝 SharedVersion.cs (+1 -1)
📝 debian/changelog (+8 -0)

📄 Description

Hotfix release correcting regressions and obvious bugs from 10.0.1.

Release tagged 10.0.2. Debian build 10.0.2-1.

This one is odd, because we want to get these hotfixes in quickly, but without the other substantial changes from dev, including the jellyfin-web split, which will be moved into master in 10.1.0 in at least a week. As a result it contains 3 direct commits:

These changes can be merged back into dev with a fairly straightforward merge commit to correct the conflicts.

Changelog

jellyfin/jellyfin-web#23: Update Chromecast app ID [via direct commit] - Fixes #526, Fixes #402, Fixes #303
#540: Update Emby API keys to our own - Fixes #36
#541: Change ItemId to Guid in ProviderManager - Fixes #542
#566: Avoid printing stacktrace when bind to port 1900 fails - Fixes #417


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/592 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 1/16/2019 **Status:** ✅ Merged **Merged:** 1/16/2019 **Merged by:** [@andrewrabert](https://github.com/andrewrabert) **Base:** `master` ← **Head:** `master-10.0.2` --- ### 📝 Commits (10+) - [`a72ed1c`](https://github.com/jellyfin/jellyfin/commit/a72ed1ce1887e4bed99029caf49ee6d208b7f2e7) Update TheMovieDB API key to our own - [`b437503`](https://github.com/jellyfin/jellyfin/commit/b43750368c2b2721949704f51850cdab2939e573) Update TheAudioDB API key to our own - [`ae03c16`](https://github.com/jellyfin/jellyfin/commit/ae03c168a96829a4bffe5fd661fd11f4f4b70c11) Update FanArt API key to our own - [`16fea1b`](https://github.com/jellyfin/jellyfin/commit/16fea1bad55997b71580dbae93e21fc40a546ba3) Update TheTVDB API key to our own - [`bbed358`](https://github.com/jellyfin/jellyfin/commit/bbed358dc9bd3f33291bc9eae12f9e2191603e55) Update OpenSubtitles User Agent to our own - [`46ee0de`](https://github.com/jellyfin/jellyfin/commit/46ee0de103af6a521be7b20d67b8d4baafb431ac) Update Omdb API key to our own - [`1aadddd`](https://github.com/jellyfin/jellyfin/commit/1aadddd635e0a0a58bdd23dc4ed7e020cba7a451) Update Fanart commented-out API key to our own - [`fdcf0b5`](https://github.com/jellyfin/jellyfin/commit/fdcf0b5904d5466919e5b72fe37e5dd4cd1c88c3) Change ItemId to Guid like all the others - [`6c9da58`](https://github.com/jellyfin/jellyfin/commit/6c9da58474512ca119a7ebe01ba4b859ecc293d5) Don't print stacktrace when failing to bind to 1900 - [`7232446`](https://github.com/jellyfin/jellyfin/commit/723244658183e2e8562477e92f147419edf0094c) Add exception message to log. ### 📊 Changes **16 files changed** (+29 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Library/TVUtils.cs` (+1 -1) 📝 `MediaBrowser.Controller/Providers/RemoteSearchQuery.cs` (+3 -1) 📝 `MediaBrowser.MediaEncoding/Subtitles/OpenSubtitleDownloader.cs` (+1 -1) 📝 `MediaBrowser.Providers/Manager/ProviderManager.cs` (+1 -1) 📝 `MediaBrowser.Providers/Movies/FanartMovieImageProvider.cs` (+0 -1) 📝 `MediaBrowser.Providers/Movies/MovieDbProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/Movies/MovieDbSearch.cs` (+1 -1) 📝 `MediaBrowser.Providers/Music/AudioDbArtistProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/Music/FanArtArtistProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/Omdb/OmdbImageProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/Omdb/OmdbProvider.cs` (+1 -1) 📝 `MediaBrowser.Providers/TV/FanArt/FanartSeriesProvider.cs` (+0 -1) 📝 `MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/chromecast/chromecastplayer.js` (+2 -2) 📝 `RSSDP/SsdpCommunicationsServer.cs` (+6 -2) 📝 `SharedVersion.cs` (+1 -1) 📝 `debian/changelog` (+8 -0) </details> ### 📄 Description Hotfix release correcting regressions and obvious bugs from `10.0.1`. Release tagged `10.0.2`. Debian build `10.0.2-1`. This one is odd, because we want to get these hotfixes in quickly, but without the other substantial changes from dev, including the `jellyfin-web` split, which will be moved into master in `10.1.0` in at least a week. As a result it contains 3 direct commits: * https://github.com/jellyfin/jellyfin/commit/6a9f2114b276e31789bd6e67b712c12badaefc67 updates the Chromecast ID inside the unsplit web components; reimplementation of jellyfin/jellyfin-web#23. * https://github.com/jellyfin/jellyfin/commit/db783036c78c257d202ee330daf12e30b2c21488 bumps SharedVersion.cs to `10.0.2`. * https://github.com/jellyfin/jellyfin/commit/8be21ae8facc5dd3930d3e47f2e6c36ae72ddd5d updates the Debian changelog to `10.0.2`. These changes can be merged back into dev with a fairly straightforward merge commit to correct the conflicts. ## Changelog jellyfin/jellyfin-web#23: Update Chromecast app ID [via direct commit] - Fixes #526, Fixes #402, Fixes #303 #540: Update Emby API keys to our own - Fixes #36 #541: Change ItemId to Guid in ProviderManager - Fixes #542 #566: Avoid printing stacktrace when bind to port 1900 fails - Fixes #417 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 06:44:58 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#8219
No description provided.