Zoltan Csizmadia
|
e0519189b2
|
Use Directory.Packages.props (#9135)
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
|
2 years ago |
Patrick Barron
|
db1913b08f
|
Remove DvdLib (#9068)
* Remove DvdLib
* Update error message for blu-ray folders
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
* Remove BDInfo
* Remove MediaEncoder.GetPrimaryPlaylistVobFiles
* Remove BlurayDiscInfo
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
|
2 years ago |
renovate[bot]
|
e408da4651
|
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v3.3.4 (#9117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2 years ago |
Bond_009
|
b934b346e1
|
Fix all warnings in MediaBrowser.Providers
|
2 years ago |
renovate[bot]
|
3ed0e70eab
|
chore(deps): update dependency tmdblib to v2 (#9053)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2 years ago |
renovate[bot]
|
1987b138f9
|
chore(deps): update dependency playlistsnet to v1.3.1
|
2 years ago |
Bond_009
|
9bb1bc5a3e
|
Remove dependency on OptimizedPriorityQueue
|
2 years ago |
Bond_009
|
fd9dc1e308
|
Update deps
|
2 years ago |
Bond_009
|
236dd650d0
|
Update projects to .net7
|
2 years ago |
Bond-009
|
210a4921f2
|
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8709)
|
2 years ago |
renovate[bot]
|
e1bd5684e5
|
chore(deps): update dependency newtonsoft.json to v13.0.2 (#8792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2 years ago |
MrTimscampi
|
7ad0c9ba24
|
Migrate MusicBrainz plugin to MetaBrainz.MusicBrainz
Co-authored-by: crobibero <cody@robibe.ro>
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
|
2 years ago |
Claus Vium
|
05c20001c8
|
Merge pull request #8381 from 1hitsong/lyric-lrc-file-support
|
2 years ago |
Shadowghost
|
12cf98b4e3
|
Update taglibsharp, add audible tag parsing
|
2 years ago |
1hitsong
|
c65819221d
|
Code cleanups. Remove pragma commands
|
2 years ago |
1hitsong
|
d9be3874ba
|
Auto stash before merge of "lyric-lrc-file-support" and "origin/lyric-lrc-file-support"
|
2 years ago |
Shadowghost
|
61fa325ef0
|
Extend music parsing
|
2 years ago |
Cody Robibero
|
a7b1132c92
|
Merge pull request #7842 from crobibero/dependency-backport
(cherry picked from commit df6c5b6d42 )
Signed-off-by: crobibero <cody@robibe.ro>
|
2 years ago |
dependabot[bot]
|
3d1ca41e08
|
Bump PlaylistsNET from 1.1.3 to 1.2.1 (#7818)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2 years ago |
Cody Robibero
|
cd5610ecc3
|
Merge pull request #7723 from crobibero/tmdb-lib
(cherry picked from commit 39196bb5e2 )
Signed-off-by: crobibero <cody@robibe.ro>
|
3 years ago |
dependabot[bot]
|
d90983c311
|
Bump PlaylistsNET from 1.1.3 to 1.2.1 (#7728)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
812841d01e
|
Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
dde984bd0e
|
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406.
- [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases)
- [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406)
---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Bond_009
|
2dcb2f8a9f
|
Ban the usage of Task.Result
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
|
3 years ago |
Joe Rogers
|
375903b215
|
Bump TMDbLib version
|
3 years ago |
Bond_009
|
cbfa355e31
|
Update StyleCop
|
3 years ago |
Cody Robibero
|
a04ab6b876
|
Merge branch 'master' into studios-images-plugin
# Conflicts:
# MediaBrowser.Providers/MediaBrowser.Providers.csproj
|
3 years ago |
Cody Robibero
|
40045d2147
|
Update to full dotnet 6
|
3 years ago |
Bond_009
|
f5ca9cbc3b
|
Enable nullable for MediaBrowser.Providers
|
3 years ago |
Cody Robibero
|
2b10251b32
|
Update to dotnet6.rc2
|
3 years ago |
Cody Robibero
|
017380f1dd
|
Reference dotnet6-rc1 packages
|
3 years ago |
Bond_009
|
13fbfe6091
|
Target net6.0
|
3 years ago |
Claus Vium
|
f11f572997
|
Merge pull request #6457 from Izumiko/adult
|
3 years ago |
Bond_009
|
0d16c48998
|
Fix some warnings
|
3 years ago |
Izumiko
|
7027e2feb2
|
Add 'includeAdult' option for TheMovieDb
|
3 years ago |
Rich Lander
|
47da13613b
|
Merge branch 'master' into media-provides-analysis-fixes
|
3 years ago |
Rich Lander
|
c07e83fdf8
|
Invert code and style analysis configuration (#6334)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
3 years ago |
Rich Lander
|
fb92eab69b
|
Fix analysis issues
|
3 years ago |
dependabot[bot]
|
d459f625d5
|
Bump Newtonsoft.Json from 12.0.3 to 13.0.1
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
f1c4b541c1
|
Bump TMDbLib from 1.7.3-alpha to 1.8.1
Bumps [TMDbLib](https://github.com/LordMike/TMDbLib) from 1.7.3-alpha to 1.8.1.
- [Release notes](https://github.com/LordMike/TMDbLib/releases)
- [Commits](https://github.com/LordMike/TMDbLib/compare/v1.7.3-alpha...v1.8.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond_009
|
d202df6e8a
|
Remove useless line
|
4 years ago |
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
4 years ago |
MrTimscampi
|
c52a2f2f7b
|
Move studios image providers to plugin
|
4 years ago |
crobibero
|
570b4dc0d0
|
Explicity reference Newtonsoft.Json
|
4 years ago |
crobibero
|
1dac2226c4
|
Remove unused deps
|
4 years ago |
dependabot[bot]
|
809556eb98
|
Bump PlaylistsNET from 1.1.2 to 1.1.3
Bumps [PlaylistsNET](https://github.com/tmk907/PlaylistsNET) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/tmk907/PlaylistsNET/releases)
- [Commits](https://github.com/tmk907/PlaylistsNET/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
crobibero
|
83629ab6f2
|
Update packages to net5
|
4 years ago |
crobibero
|
e41e832495
|
Dependency catch up
|
4 years ago |
crobibero
|
f998e52107
|
Update to dotnet 3.1.9
|
4 years ago |
cvium
|
24dfa097fa
|
Update TMDbLib version
|
4 years ago |