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
Remi is a GUI library for Python applications that gets rendered in web browsers

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.

Davide Rosa 3.2k Jan 07, 2023
A GUI based CRUD database management system built using mysql and python

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

Aquila 2 Feb 13, 2022
guietta - a tool for making simple Python GUIs

guietta - a tool for making simple Python GUIs

Alfio Puglisi 1.9k Jan 08, 2023
A simple GUI designer for the python tkinter module

Leer en Español Welcome to Pygubu! Pygubu is a RAD tool to enable quick and easy development of user interfaces for the Python's tkinter module. The u

Alejandro Autalán 1.7k Dec 27, 2022
Python script with tkinter that allows you to open a local chat room

Server_chat Python script with tkinter that allows you to open a local chat room To begn you'll have to start the server side script and run it. You w

2 Feb 11, 2022
This is a GUI application to plot functions in the form Y = F(X)

Plotter This is a GUI application to plot functions in the form Y = F(X) Technologies Python Qt designer Python unittest matplotlib Running Navigate

ahmedasad236 3 Dec 26, 2021
PyQt Custom Frameless Main Window (Enable to move and resize)

pyqt-custom-frameless-mainwindow PyQt Custom Frameless Main Window (Enable to move and resize) Requirements PyQt5 = 5.8 Setup pip3 install git+https:

Jung Gyu Yoon 1 Jan 13, 2022
A desktop application developed in Python with PyQt5 to predict demand and help monitor and schedule brewing processes for Barnaby's Brewhouse.

brewhouse-management A desktop application developed in Python with PyQt5 to predict demand and help monitor and schedule brewing processes for Barnab

Isaac Cheng 2 Jul 09, 2022
Plantasia, all your plants and muchrooms in one place!

Plantasia Project Description Tkinter GUI to be used as a repository for plants and muchrooms. It helps to optimize the search for species that have h

Marco Rodrigues 1 Dec 23, 2021
Firefox 96 Webapps for Gnome 3

mozapp Do you prefer Firefox to Chrome? Me too! But ever since Firefox dropped support for standalone web applications, I've resorted to using Chrome

Marten de Vries 8 Oct 31, 2022
HDLG is a modern cross-platform GUI for hdl-dump with Batch installation capabilities.

HDLG is a modern cross-platform GUI for hdl-dump with Batch installation capabilities. Looking for Artwork This project is looking for an Icon an

8 Dec 03, 2022
Python Screen Recorder

Python Screen Recorder a simple customizable screen recorder made in python 🐍 Requirements Operation system: Windows Python Version: 3.9.x Required M

Arsh 3 May 25, 2022
A simple browser for familiarity to PyQt :)

Erown_Browser a simple browser for familiarity to PyQt :) for start work with this install requirements by pip install -r requirements or you can use

Ehsan Amirahmadi 9 May 18, 2022
A Python Tkinter based Inventory managment System

Inventory Management System Using Python Tkinter Introduction Inventory managemrnt system is an open source platform for manage business. It has a com

Amit Kumar Datta 2 Oct 14, 2021
This is a short GUI project to evaluate Pbk solution.

Polubarinova-Kochina-solutions (Standalone GUI executables for Windows and Mac) Oden Institute for Computational Engineering and Sciences / Jackson Sc

Mohammad Afzal Shadab 1 Dec 24, 2022
CBMPy Metadraft: a flexible and extensible genome-scale model reconstruction tool

CBMPy Metadraft: a flexible and extensible, GUI-based genome-scale model reconstruction tool that supports multiple Systems Biology standards.

Systems Biology Lab, Vrije Universiteit Amsterdam 1 Mar 14, 2022
A graphical user interface calendar with python

GUI-Calendar A graphical user interface calendar with python In this project I used tkinter module If you dont have tkinter module you can install it

Arone Sadegh 1 Dec 18, 2021
PyEditor - A Simple Text Editor for python

PyEditor work in progress Text Editor for python Installation git clone https://github.com/ArmenG888/PyEditor Install the libraries Linux or mac pip

ArmenG 3 Mar 15, 2022
LCD GUI for P4wnP1 ALOA

GUI for P4wnP1 Colorful UI interface for P4wnP1 ALOA Don't pwn just as a USB client. Use also the USB host capabilities! UPS Lite support Scalability

John 7 Dec 13, 2022