Giter Site home page Giter Site logo

plex-tools's People

Contributors

alano-i avatar pofey avatar wadechenn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

plex-tools's Issues

PLEX动态推送插件,推送通道选择下拉菜单没有了。

用的1.9.72版本的MR.
V2.8的插件。
选择想要推送的通道,我记得是有个下拉菜单的。没有了。

默认不输入会报:Thread-242 - ERROR: 找不到这个通知应用:ToChannelName
手动输入“企业微信”会报:Thread-278 - ERROR: AlertListener Msg Error: unsupported operand type(s) for /: 'NoneType' and 'int'

动画类电影电视演员表消失

真人版的都转换正常,动画类需要配音的影视作品演员表消失,有很少部分能保留,但是并没有转换成中文演员表

请问,如果是多个库config里的库编号怎么写?

运行报这个错,是config哪里设置错了吗?目前是使用了库编号,填的值是all,命令行手动输入单个库编号可以运行,但是config内设置为all则报此错误

int() argument must be a string, a bytes-like object or a number, not 'builtin_function_or_method'
出错!
Traceback (most recent call last):
File "/config/script/Plex-SortTittle.py", line 272, in
videos = plex.library.sectionByID(int(LIB_NUMBER))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'builtin_function_or_method'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/config/script/Plex-SortTittle.py", line 278, in
os._exit()
TypeError: _exit() missing required argument 'status' (pos 1)

代码框和下边截图不一样

大佬你好,Plex-SortTittle的Arguments tab页在 Recently Added 中填入下方代码的代码是"-mid 1"和下方截图不一样,我记得之前是和截图一样的,是新版本改了代码吗?

插件命令运行失败

环境描述:Unraid6.11.3,Plex和MR都是docker部署,custom br0网络方式,MR1.9.37,Plex工具箱1.0。
问题描述:手工启动插件选择电影媒体库运行整理全库,运行3-5分钟后终止,报连接plex超时,多次尝试都是如此,报错时整理的影片不是同一部,已整理的电影显示正常。
日志:
2023/02/15 11:22:49 - MBotExecutor_0 - INFO: 首字母排序完成 BHLT
2023/02/15 11:22:49 - MBotExecutor_0 - INFO: 辩护人
2023/02/15 11:22:50 - MBotExecutor_0 - INFO: 辩护人
2023/02/15 11:22:50 - MBotExecutor_0 - INFO: Fanart筛选完成
2023/02/15 11:22:52 - MBotExecutor_0 - INFO: 标签翻译整理完成
[Genre:923:历史, Genre:61:剧情, Genre:127317:豆瓣TOP-250, Genre:108303:DouBanTop250]
2023/02/15 11:22:52 - MBotExecutor_0 - INFO: 首字母排序完成 BHR
2023/02/15 11:22:52 - MBotExecutor_0 - INFO: 冰海陷落
2023/02/15 11:22:54 - MBotExecutor_0 - INFO: 冰海陷落
2023/02/15 11:22:54 - MBotExecutor_0 - INFO: Fanart筛选完成
2023/02/15 11:22:59 - MBotExecutor_0 - INFO: 标签翻译整理完成
[Genre:156:惊悚, Genre:69404:动作]
2023/02/15 11:22:59 - MBotExecutor_0 - INFO: 首字母排序完成 BHXL
2023/02/15 11:22:59 - MBotExecutor_0 - INFO: 被解救的姜戈
2023/02/15 11:23:01 - MBotExecutor_0 - INFO: 被解救的姜戈
2023/02/15 11:23:01 - MBotExecutor_0 - INFO: Fanart筛选完成
2023/02/15 11:23:03 - ThreadPoolExecutor-4_0 - INFO: 开始同步站点资源信息...
2023/02/15 11:23:09 - MBotExecutor_0 - INFO: 标签翻译整理完成
[Genre:61:剧情, Genre:435:西部, Genre:127317:豆瓣TOP-250, Genre:127316:IMDB-TOP-250, Genre:108303:DouBanTop250, Genre:108302:IMDBtop250]
2023/02/15 11:23:09 - MBotExecutor_0 - INFO: 首字母排序完成 BJJDJG
2023/02/15 11:23:09 - MBotExecutor_0 - INFO: 搏击俱乐部
2023/02/15 11:23:41 - MBotExecutor_0 - ERROR: 插件命令运行失败
Traceback (most recent call last):
File "/dependencies/urllib3/connectionpool.py", line 449, in _make_request
six.raise_from(e, None)
File "", line 3, in raise_from
File "/dependencies/urllib3/connectionpool.py", line 444, in _make_request
httplib_response = conn.getresponse()
File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
response.begin()
File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
version, status, reason = self._read_status()
File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/dependencies/requests/adapters.py", line 489, in send
resp = conn.urlopen(
File "/dependencies/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/dependencies/urllib3/util/retry.py", line 550, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/dependencies/urllib3/packages/six.py", line 770, in reraise
raise value
File "/dependencies/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/dependencies/urllib3/connectionpool.py", line 451, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/dependencies/urllib3/connectionpool.py", line 340, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='192.168.124.207', port=32400): Read timed out. (read timeout=30)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "mbot/core/plugins/init.py", line 144, in mbot.core.plugins.init.PluginCommand.call
File "/data/plugins/plexsortout/command.py", line 26, in select_data
plexst.process_all(library)
File "/data/plugins/plexsortout/plexsortout.py", line 358, in process_all
self.process_fanart(video)
File "/data/plugins/plexsortout/plexsortout.py", line 205, in process_fanart
video.setPoster(poster)
File "/dependencies/plexapi/mixins.py", line 468, in setPoster
poster.select()
File "/dependencies/plexapi/media.py", line 972, in select
self._server.query(data, method=self._server._session.put)
File "/dependencies/plexapi/server.py", line 745, in query
response = method(url, headers=headers, timeout=timeout, **kwargs)
File "/dependencies/requests/sessions.py", line 647, in put
return self.request("PUT", url, data=data, **kwargs)
File "/dependencies/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "/dependencies/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/dependencies/requests/adapters.py", line 578, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='192.168.124.207', port=32400): Read timed out. (read timeout=30)

流派类别增加

部分流派未能识别,麻烦作者添加下~
"Children" :"儿童",
"Martial Arts":"武术",
"Talk":"访谈",

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.