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

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仿射变换以旋转通用路径   IntelliJ IDEA中的java代码标记为编译器错误,在Eclipse中可以正常工作   java ArrayList的containsAll返回了错误的值   如何在安卓中的片段活动中添加java代码   java通过使用netbeans调用jbutton,将带有行的jbutton添加到jtable中   java在更新arrayAdapter/listView之前更新最终列表   java如何在另一个项目中导入包含AspectJ方面和注释的项目   为什么我的java布尔测试总是失败?   Eclipse中的java自动激活   在Bluetooth for Java(更具体地说是Android)之上是否有TCP/IP协议栈实现?   java Android Studio通过intent传递ArrayList并填充ListView