-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2版本 缺失集数订阅 v2.0.0,填写多个媒体库白名单,只能获取一个媒体库的数据 #574
Comments
试了一下没有问题,有从embyHome和jellyfin3获取缺失,embyHome2不在媒体服务器名称白名单内, 跳过: 【INFO】2024-11-23 16:00:44,256 - episodenoexist - 添加检查记录: embyHome_1205619_1210285_IT狂人: {'exist_status': '存在缺失', 'tv_no_exist_info': {'title': 'IT狂人', 'year': '2006', 'path': '/media/test/lib/tv/IT狂人 (2006)', 'tmdbid': 2490, 'poster_path': 'https://image.tmdb.org/t/p/original/cOyEVBbyaYvo54dXtgyZcGFCRZe.jpg', 'vote_average': 8.1, 'last_air_date': '2010-07-30', 'season_episode_no_exist_info': {'2': {'season': 2, 'episode_no_exist': [], 'episode_total': 6}, '3': {'season': 3, 'episode_no_exist': [], 'episode_total': 6}}}, 'last_update': '11-23 16:00', 'last_update_full': '2024-11-23 16:00:44'} |
也能获取到,JF版本:10.10.3, emby版本:4.8.10.0。JF和emby一样的文件,所以缺失也是一样的。我清空所有历史记录测的 【INFO】2024-11-23 17:19:04,600 - episodenoexist - 添加检查记录: embyHome_1219625_1219627_神印王座: {'exist_status': '存在缺失', 'tv_no_exist_info': {'title': '神印王座', 'year': '2022', 'path': '/media/test/lib/tv3/神印王座 (2022) {tmdbid=198182}', 'tmdbid': 198182, 'poster_path': 'https://image.tmdb.org/t/p/original/5UKuu59Y02NVWGQBxzQ5saaT3cF.jpg', 'vote_average': 8.6, 'last_air_date': '2024-11-21', 'season_episode_no_exist_info': {'1': {'season': 1, 'episode_no_exist': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134], 'episode_total': 134}}}, 'last_update': '11-23 17:19', 'last_update_full': '2024-11-23 17:19:04'} 【INFO】2024-11-23 17:19:04,960 - episodenoexist - 添加检查记录: jellyfin3_eba80241f49f12b64f023fbb7a21ecbe_1625dd3542c686bd87e64525ca84c54c_住宅区的两人: {'exist_status': '全部存在', 'tv_no_exist_info': {'title': '住宅区的两人', 'year': '2024', 'path': '/media/test/lib/tv/住宅区的两人 (2024) {tmdbid=255316}', 'tmdbid': 255316, 'poster_path': 'https://image.tmdb.org/t/p/original/3seKK1umoL32gdmxEa2NYg02sPp.jpg', 'vote_average': 10.0, 'last_air_date': '2024-11-03', 'season_episode_no_exist_info': {}}, 'last_update': '11-23 17:19', 'last_update_full': '2024-11-23 17:19:04'} |
v2咧,我重现不了你这个问题。插件和mp v2都更新到最新版本,开debug模式,再将日志贴出来再看看,开始到你跳过的那部分
|
V2版本 缺失集数订阅 v2.0.0
填写媒体库白名单时,如果分别只填写一个,都可以获取到相应数据
但是当填写多个媒体库白名单时,只能获取到其中一个媒体库相应信息,另外两个获取不到数据
The text was updated successfully, but these errors were encountered: