A GUI frontend for the Kamyroll-API using Python and PySide6

Overview

Kamyroll-GUI

Kamyroll-GUI

A GUI frontend for the Kamyroll-API using Python and PySide6

Usage

When starting the application you will be presented with a list and some buttons on the right. If you are starting it for the first time it will setup some default settings. You can change them by clicking the Settings button and changing the values there.

After you are done with settings, you can add links by clicking the + Add button. It will open a dialog box where you can paste a link. If the link is supported it will show a green message. Click OK to add the link to the list.

After adding all your links you can click:

  • The Download Subtitles to only download subtitles
  • The Download All button to download

While the download window is actuve you might get prompted for alternative settings or if a file should be overwritten.

After the download is finished, there will be a popup. You can now close the download window.

Settings

Output directory is the base directory into which the files will be written. Click the Browse button to change the parameter.

Filename format

The settings menu has two fields where a "filename format" is accepted, Episode filename format and Movie fiename format These use python string formatting, everything inside of curly braces ({}) will be replaced with a value, if it is supported. For example {series} - {episode} will become One Piece - 1. Use {{ and }} if you want to use { or } literally. For more information read the Python documentation.

These values are available for formatting:

  • title: The title of the media
  • duration: The duration of the video in milliseconds
  • description: A description
  • year: The release year

In addition for an episode these values are available:

  • series: The series the episode is from
  • season: The number of the season
  • season_name: The name of the season
  • episode: The number of the episode
  • episode_disp: A string value representing the number
    • For something like specials it might show Special 1
  • date: The release date

Write separate subtitle files

This option will enable you to write a .mp4 file and many .ass files instead of a single .mkv file. To help structuring it clearly, there is also a field called Subtitle prefix. If used the file will be prefixed with that name.

If the movie file was One Piece/One Piece - 01.mp4 and the subtitle prefix was subtitles, then the output filename for the subtitle would be One Piece/subtitles/One Piece - 01.eng.ass

Write metadata

This will write metadata like episode title or the cover picture to the file.

Compress streams

This will make ffmpeg reencode the video. Use this only if you know what you are doing. Checking this will slow down the download.

Use own login credentials

If you dont want to use the bypasses available you can also provide your own login data. If this is checked it will prompt you for your email and password on download.

Use strict matching

Sometimes some of the subtitles or resolutions might not be available. If you dont check this box subtitles that are not available will be ignored and if a resolution is not avaiable it will automatically select a lower resolution.

You might also like...
A GUI based CRUD database management system built using mysql and python

A GUI based CRUD database management system built using mysql and python

Create shortcuts on Windows to your Python, EXE, Batch files or any other file using a GUI made with PySimpleGUI
Create shortcuts on Windows to your Python, EXE, Batch files or any other file using a GUI made with PySimpleGUI

shor Windows Shortcut Creation Create Windows Shortcuts to your python programs and any other file easily using this application created using PySimpl

Signin/Signup GUI form using tkinter in python
Signin/Signup GUI form using tkinter in python

SignIn-SignUpFormRepo Hello there, I am Shahid and this is the Signin/Signup GUI form using tkinter in python if you want to use avatar images then pa

Redis GUI using Qt & Python
Redis GUI using Qt & Python

QRedis A Python, Qt based Redis client user interface. Help wanted Open to people who want to colaborate. Would like to know which features you would

Chatterpatter - A simple GUI complex backend Chat Application made using python
Chatterpatter - A simple GUI complex backend Chat Application made using python

Chatterpatter - A simple GUI complex backend Chat Application made using python

A really minimalistic operating system made using python's GUI module Tkinter.
A really minimalistic operating system made using python's GUI module Tkinter.

BoxOS V1.0.0 About A really minimalistic operating system made using python's GUI module Tkinter. What seperates it from the other operating systems m

GUI based app made in python using tkinter
GUI based app made in python using tkinter

Virtual Keyboard A GUI application made in python using tkinter This is my first ever proper GUI based application project after learning tkinter rece

GUIOfTemperatureConverterUsingPython - GUI Of Temperature Converter Using Python

Fahrenheit To Celcius GUI Of Temperature Converter Below Video is the Output Of

LyricsGenerator - A simple GUI made using Python(Tkinter) for generating song lyrics

Lyrics Generator Reference :- https://www.geeksforgeeks.org/create-a-gui-to-extr

Comments
  • No selected item causes an infinite progress bar after download.

    No selected item causes an infinite progress bar after download.

    "Download Subtitles" and "Download All" with no URLs to download will result in an infinite progress bar loading.

    I suggest adding a message box error instead.

    Kamyroll_2022-02-03_00-54

    opened by Illegal-Services 1
  • Small changes

    Small changes

    • Spell and grammar check
    • Debug configuration in vs code
    • Use newer match statement to reduce number of redundant lines.

    The match statement is only for newer versions of python so I'd be happy to revert this if you like.

    opened by KorigamiK 0
  • Infinite loading after query API failed.

    Infinite loading after query API failed.

    Since these things are a bit difficult to explain and be understandable in writing, I recorded the bug.

    https://user-images.githubusercontent.com/62464560/151891325-f69e8959-2540-4537-a44d-a2730759cd91.mp4

    As you can see in the video, my firewall blocked internet access from "kamyroll.exe". Then I finally allowed it after the API error message, came the "no item selected" and got stuck in an infinite progress bar loop. I guess after the "no item selected" we should go back to the Kamyroll main menu.

    enhancement 
    opened by Illegal-Services 0
Releases(1.0.0)
Owner
Simon Sawicki
Anime is life. And coding too I guess
Simon Sawicki
A small manager/GUI Frontend for QEMU written in Python

qemu-manager A small manager/GUI Frontend for QEMU written in Python Requirements You'll need to have the following tools installed to run this: QEMU

yeppiidev 15 Dec 21, 2022
A GUI frontend developed in Python3 for simple admin tasks on MySQL-Server running on the localhost

A GUI frontend developed in Python3 for simple admin tasks on MySQL-Server running on the localhost. Developed for my CS School Project.

null 1 May 29, 2022
Weather-API-GUI-Tkinter - A weather tool made using tkinter which works by fetching query city weather using an API

Weather-API-GUI-Tkinter ☁️ ❄️ version- 1️⃣ . 0️⃣ . 0️⃣ This repo contains a weat

SasiVatsal 4 Jul 8, 2022
An offline python frontend for the QuadVisions Colab Notebook using tkinter.

Visions GUI An offline python frontend for the QuadVisions Colab Notebook using tkinter. It offers basic options and interactively displays the genera

null 7 Feb 15, 2022
The GUI application by Python3.8. Using QT Design draw UI and generator UI XML file provides to PySide2 build GUI components

The GUI application by Python3.8. Using QT Design draw UI and generator UI XML file provides to PySide2 build GUI components. Total adopt OOD design class, service, and abstract class. OOP implemented this project.

Jiage 1 Jan 11, 2022
A GUI for designing Python GUI's for PySimpleGUI.

SimpleGUIBuilder A GUI for designing Python GUI's for PySimpleGUI. Installation There is none :) just download the file from a release and run it. Don

Miguel Martins 65 Dec 22, 2022
PyQt5 Sample GUI Program - Python PyQt5 Sample GUI application

Python PyQt5 Sample GUI application Program work like this Designed GUI using De

Dimuth De Zoysa 5 Mar 27, 2022
A simple fusee-launcher frontend for macOS

A simple fusee-launcher frontend for macOS (Universal). Supports macOS >= 10.9. It has libusb statically linked, so you don't need to install anything

rob 25 Dec 19, 2022
A simple quiz app using API and GUI

GUI-Quiz-APP It's a simple quiz app using API and GUI.

KALPAK KUMAR DAS 1 Feb 3, 2022
Learn to build a Python Desktop GUI app using pywebview, Python, JavaScript, HTML, & CSS.

Python Desktop App Learn how to make a desktop GUI application using Python, JavaScript, HTML, & CSS all thanks to pywebview. pywebview is essentially

Coding For Entrepreneurs 55 Jan 5, 2023