Skip to content

v1.7.3, MAJOR CHANGES!

Choose a tag to compare

@np4abdou1 np4abdou1 released this 05 Jan 23:44
· 26 commits to main since this release

# 🏷️v1.7.3 - MAJOR CHANGES.

✨ New Features

πŸ†• ADDED MOVIES SUPPORT!

  • Now searches for movies and animes at the same time.
image

🎬 Trailer Support

  • Watch anime trailers before starting episodes
  • YouTube trailer extraction using yt-dlp

πŸ“¦ Automatic Dependency Installer

  • First-run auto-install for mpv, ffmpeg, and yt-dlp
  • Windows support: Portable MPV download from official repo, FFmpeg via Winget.
  • Linux support: Auto-detect distro (Debian/Ubuntu, Arch, Fedora), auto install using package manager.
  • 7z extraction for MPV archives

πŸ–ΌοΈπŸ”₯ Terminal Poster Display

image
  • Anime poster images rendered directly in terminal
  • Uses Pillow and numpy for image processing
  • Cached posters for faster loading
  • Enhanced visual browsing experience

πŸ” Enhanced Browse Options

  • Popular Anime section
  • Trending Now section
  • Browse by Genre with full genre list
  • Browse by Studio with studio search
  • Improved navigation across all sections

πŸ› Bug Fixes

  • Deleted unused code,imports

πŸ”§ Improvements

Dependency Management

  • Documented all Python packages with usage comments
  • Clear distinction between Python deps and external tools
  • Production-ready requirements.txt and pyproject.toml

New Python Packages:

  • yt-dlp - YouTube and trailer extraction
  • Pillow>=10.0.0 - Image processing
  • numpy>=1.24.0 - Array operations

Auto-Installed Tools:

  • mpv - Media player (portable on Windows)
  • ffmpeg - Multimedia framework

Full Changelog: v1.7.2...v1.7.3


πŸ“¦ Package published to PyPI!

Install with:

pip install ani-cli-arabic==1.7.3

or upgrade:

pip install --upgrade ani-cli-arabic