| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix crashes on older intel gfx when both iHD and i965 driver are existed.
|
|
Only add internal files if the internal metadata path exists
|
|
|
|
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
|
|
|
|
Address minor warnings
Revert making GetInternalMetadataPath mockable
|
|
|
|
recognition, consolidate and extend NamingOptions
|
|
|
|
|
|
* remove dead code
* reduce allocations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
|
|
|
|
|
|
|
|
|
|
When refreshing the metadata of the video with a local trailer, the server gets
stuck trying to read the database and save the item at the same time.
|
|
|
|
|
|
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The code is the same as `MediaBrowser.Controller/Entities/TV/Series.cs`, using the imdbID to generate Trakt links.
The trakt url for episodes is `https://trakt.tv/episodes/{0}`.
|