Move studios image providers to plugin #5009
Open
Conversation
MediaBrowser.Providers/Plugins/StudiosImages/StudiosImageProvider.cs
Outdated
Show resolved
Hide resolved
MediaBrowser.Providers/Plugins/StudiosImages/StudiosImageProvider.cs
Outdated
Show resolved
Hide resolved
.addEventListener('submit', function (e) { | ||
Dashboard.showLoadingMsg(); | ||
|
||
ApiClient.getPluginConfiguration(PluginConfig.pluginId).then(function (config) { |
crobibero
Jan 12, 2021
Member
Suggested change
ApiClient.getPluginConfiguration(PluginConfig.pluginId).then(function (config) {
window.ApiClient.getPluginConfiguration(PluginConfig.pluginId).then(function (config) {
iirc ApiClient
is now a part of window
Suggested change
ApiClient.getPluginConfiguration(PluginConfig.pluginId).then(function (config) { | |
window.ApiClient.getPluginConfiguration(PluginConfig.pluginId).then(function (config) { |
iirc ApiClient
is now a part of window
MrTimscampi
Jan 12, 2021
Author
Member
Hm, we might have to update MusicBrainz and AudioDB then, this was taken from there.
Hm, we might have to update MusicBrainz and AudioDB then, this was taken from there.
44940fd
to
ae66cd8
ae66cd8
to
c52a2f2
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>AudioDB</title> |
Ullmie02
Jan 18, 2021
Member
Copy/Paste :)
Copy/Paste :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Changes
Moves the built-in studio artwork provider to a plugin and allow customizing the repository URL.
This is the first step towards making a Jellyfin-owned artwork repository for studios and other similar things, as well as allowing users to change the URL if they want.
Issues