NAS媒体库自动化管理工具. Contribute to jxxghp/MoviePilot development by creating an account on GitHub.
classEventType(Enum):# 插件需要重载PluginReload="plugin.reload"# 插件动作PluginAction="plugin.action"# 执行命令CommandExcute="command.excute"# 站点已删除SiteDeleted="site.deleted"# 站点已更新SiteUpdated="site.updated"# 转移完成TransferComplete="transfer.complete"# 下载已添加DownloadAdded="download.add...
under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You...
under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You...
TRANSFER_TYPE=copy #【*】媒体库目录,多个目录使用,分隔 LIBRARY_PATH= # 电影媒体库目录名,默认电影 LIBRARY_MOVIE_NAME= # 电视剧媒体库目录名,默认电视剧 LIBRARY_TV_NAME= # 动漫媒体库目录名,默认电视剧/动漫 LIBRARY_ANIME_NAME= # 二级分类 LIBRARY_CATEGORY=true # 电影重命名格式 MOVIE_RENAME_FORMAT...
:param transfer_type: 转移模式 :param target: 转移目标路径 :param episodes_info: 当前季的全部集信息 :return: {path, target_path, message} """ return self.run_module("transfer", path=path, meta=meta, mediainfo=mediainfo, transfer_type=transfer_type, target=target) ...
a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) ...
with op.batch_alter_table("transferhistory") as batch_op: batch_op.add_column(sa.Column('files', sa.String, nullable=True)) with op.batch_alter_table("rss") as batch_op: batch_op.add_column(sa.Column('filter', sa.Integer, nullable=True)) ...
media?.type === '电视剧') return 'mdi-television-classic' if (props.media?.type === '电影') return 'mdi-movie-open' else if (props.media?.type === '电视剧') return 'mdi-television-play' else return 'mdi-help-circle' } @@ -54,12 +54,12 @@ function getPercentage() { //...
target_dir=target_dir/mediainfo.type.value/mediainfo.category # 电视剧 iftypename_dir: target_dir=target_dir/settings.LIBRARY_TV_NAME/mediainfo.category else: target_dir=target_dir/mediainfo.category returntarget_dir deftransfer_media(self,