关于你的电影的一切都在命令行中。

movielst的Python项目详细描述


电影License: MITmade-with-pythonPyPI version

movielst基于moviemon,这是一个python应用程序,它在命令行中显示有关所有电影的信息。 movielst将索引选定目录中的电影,检索并显示诸如imdb分级、发行日期、热门剧集等信息。 此叉旨在将项目更新为最新的Python版本,修复原有项目中存在的问题并添加新的特性。

功能

  • 导出到csv和xlsx文件
  • 使用OMDB(默认)或TMDB API检索电影信息
  • Web界面
  • 从命令行编辑索引文件

安装

使用pip安装最新的stable

pip install movielst

使用pip从源安装

pip install git+git://github.com/Mozzo1000/movielst.git

依赖关系

客户端:

网络:

用法:

  movielst PATH
  movielst [-i | -t | -g | -a | -c | -d | -y | -r |[-e type output]| -f | -I | -T | -ec | -ed]
  movielst -h | --help
  movielst --version
  movielst_web

选项:

  -h, --help            Show this screen.
  -v, --version             Show version.
  PATH                  Path to movies dir. to index/reindex all movies.
  -i, --imdb            Sort acc. to IMDB rating.(dec)
  -t, --tomato          Sort acc. to Tomato Rotten rating.(dec)
  -g, --genre           Show movie name with its genre.
  -a, --awards          Show movie name with awards received.
  -c, --cast            Show movie name with its cast.
  -d, --director        Show movie name with its director(s).
  -y, --year            Show movie name with its release date.
  -r, --runtime         Show movie name with its runtime.
  -e type output, --export type output
                        Export list to either csv or excel
  -f, --force           Force indexing
  -I, --imdb-rev        Sort acc. to IMDB rating.(inc)
  -T, --tomato-rev      Sort acc. to Tomato Rotten rating.(inc)
  -ec, --edit-config    Open the configuration file in the default editor
  -ed, --edit-index     Edit the index file

学分

iCHAIT-原始开发人员

贡献

发现了一个bug还是想推荐一个新功能?通过打开一个问题来报告它。请随时发送有关任何改进或功能请求的请求;)

许可证

movielstMIT License下释放。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何避免springbootstarterparent和dependency中的flyway包冲突   java文本文件写入不起作用   java获取名为DAO类的Bean创建异常   java类路径和清单文件   如何使用Java中的模式来获取像C中的“sscanf”这样的组?   java Spring自动连接具有构造函数的类   clientSecurity运行的java geode示例失败   java JavaFX:在FXML中从ResourceBundle访问非string对象   java登录到google firebase   java对象在通过构造函数后不会更改。为什么?   java(Android)对特定页面的操作webView   javascript如何在webview的js中从java调用变量   持久化—一种在Java中存储和检索对象而不使用关系数据库的简单方法?   java Ldap获取通讯组列表中的用户   java检查温度条件   java后退按钮警报框(Android Studio)   数组java列表问题:为什么我运行它时,它会在第三次打印时打印出4?   java相对路径与绝对路径