Giter Club home page Giter Club logo

crunchyroll-video-management-tools's Introduction

Crunchyroll Video Management Tools

This is a CLI script to help organize your anime series to be ready for Kodi Playback. It can download the series using Crunchyroll Downloader that downloads your series that automatically organize the directories by Seasons and name the file compatible with Kodi naming conventions.


Crunchyroll Downloader

Description

Crunchyroll Downloader is a command-line tool designed to download series from Crunchyroll using the crunchy-cli tool. It supports downloading series with a naming convention compatible with Kodi Media Center.

Features

  • Download series with customizable subtitle and audio language filters.
  • Create a new directory for each series or operate within an existing directory.
  • Merge streams for different dubs to ensure consistent video length.
  • Validate inputs for email, series URL, and language selections.

Prerequisites

  • crunchy-cli tool: Install it from crunchy-labs/crunchy-cli.
  • pwd and mkdir commands: Ensure these are available in your system.

Installation

  1. Clone this repository or download the crunchyroll-downloader-v2.sh script.
  2. Make the script executable: chmod +x crunchyroll-downloader-v2.sh.

Usage

./crunchyroll-downloader-v2.sh EMAIL PASSWORD SERIES_URL [Options...]

Options

  • -s Subtitle filtering: Specify subtitle languages (comma-separated). Default: en-US,fr-FR.
  • -a Audio filtering: Specify audio languages (comma-separated). Default: ja-JP,en-US,fr-FR.
  • -t Title: Specify a title for the series. If not provided, the script assumes it's already in the show folder.
  • -m Streams merging: Set to auto, video, or audio to download additional video streams for every version. Default: audio.

Example

./crunchyroll-downloader-v2.sh '[email protected]' 'mypassword' https://www.crunchyroll.com/series/12345 -s en-US,fr-FR -a ja-JP,en-US,fr-FR -t "My Series Title" -m auto

TODO


Crunchyroll Stream Extractor

Description

Crunchyroll Stream Extractor is a command-line tool designed to extract streams from MKV videos generated by crunchy-cli or crunchyroll-downloader. It separates every audio and subtitles languages into their own single files, operating in bulk for files in the operating directory.

Features

  • Extracts audio and subtitle streams from MKV files.
  • Supports bulk extraction for all files in the current directory.
  • Separates audio and subtitle streams into individual files.

Prerequisites

  • ffmpeg and ffprobe: Ensure these are installed and available in your system.

Installation

  1. Clone this repository or download the crunchyroll-stream-extractor.sh script.
  2. Make the script executable: chmod +x crunchyroll-stream-extractor.sh.

Usage

./crunchyroll-stream-extractor.sh

Example

./crunchyroll-stream-extractor.sh

TODO

  • Change the probe function to generate JSON instead of plain text file

Crunchyroll Stream Merger

Description

Crunchyroll Stream Merger is a command-line tool designed to merge audio and subtitle streams into MKV files. It supports merging streams for different dubs to ensure consistent video length and provides options for customizing the output.

Features

  • Merges audio and subtitle streams into MKV files.
  • Supports customization of audio and subtitle streams.
  • Provides options for merging streams for different dubs.

Prerequisites

  • ffmpeg: Ensure it is installed and available in your system.

Installation

  1. Clone this repository or download the crunchyroll-stream-merger.sh script.
  2. Make the script executable: chmod +x crunchyroll-stream-merger.sh.

Usage

./crunchyroll-stream-merger.sh [dub,vf,419-dub,es-dub] [en-US,fr-FR,es-419,es-ES]

Example

./crunchyroll-stream-merger.sh dub,vf en-US,fr-FR

TODO

  • Add eval command instead of echoing out the ffmpeg commands into a file

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

crunchyroll-video-management-tools's People

Contributors

shaynefortier avatar

Watchers

 avatar

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.