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 tf publisher gui tool for ROS, which publish /tf_static message. The software is based on PyQt5.

tf_publisher_gui for ROS Introduction How to use cd catkin_ws/src git clone https://github.com/yinwu33/tf_publisher_gui.git cd catkin_ws catkin_make s

yinwu33 7 Dec 28, 2022
A Virtual Desktop Assistant Written in Python

DesktopAssitant A Virtual Desktop Assistant Written in Python. It's generally a basic virtual assistant The basic purpose of this is to make work easi

Technerd Brainiac 597 Dec 31, 2022
Function-Plotter - GUI Python program that plots functions that are entered by the user

FunctionPlotter GUI Python program that plots functions that are entered by the user. The program takes minimum and maximum value for x and plot it as

Mohamed Magdy 2 Jan 20, 2022
A simple one-line quick entry GUI for your Obsidian daily notes in markdown format.

Quick-note-entry-for-Obsidian A simple one-line quick entry GUI for your Obsidian daily notes in markdown format. Log your day quickly with this simpl

Adrian Papineau 22 Oct 04, 2022
A Virtual Desktop Assistant Written in Python

DesktopAssitant A Virtual Desktop Assistant Written in Python. It's generally a basic virtual assistant The basic purpose of this is to make work easi

Technerd brainiac 609 Jan 07, 2023
ROS2 + PyQt5 Example

ROS2 + PyQt5 Example

Ar-Ray 4 Nov 15, 2022
Py3editor - A text editor written in Python and Tkinter

Py3Editor My text editor written in Python and Tkinter! Contains a basic set of

JaydenDev 1 Mar 05, 2022
Nonton anime subtitle Indonesia tanpa iklan. Dengan GUI berbasis PyQt5 dan spaghetti code yang sangat tidak terstruktur

Nonton anime subtitle Indonesia tanpa iklan. Dengan GUI berbasis PyQt5 dan spaghetti code yang sangat tidak terstruktur

Ayra Hikari 21 Dec 18, 2022
GUI to enable user selection of measurement and station in kHTConnector module.

kHTGui GUI to enable user selection of measurement and station in kHTConnector module. Helper tool for PowerBI users If you're planning to import data

kk 1 Jan 26, 2022
Gmail account using brute force attack

Programmed in Python | PySimpleGUI Gmail Hack Python script with PySimpleGUI for hack gmail account using brute force attack If you like it give it

Adrijan 127 Dec 30, 2022
Browser - A GTK browser trying to follow the GNOME Human Interface Guidelines.

A simple GTK browser trying to follow the GNOME Human Interface Guidelines.

Cleo Menezes 12 Nov 26, 2022
Tkinker GUI for a college project.

GuiUtilities Pequeña suite de utileria con Tkinter enfocada en sistemas Linux. Lista de trabajo Crear archivo Copiar archivo a otro dir Editar con un

1hiking 2 Nov 25, 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
A very simple calculator with a modern UI made in Python thanks for the stunning Sun-Valley-ttk-theme and Segoe UI Variable font.

Fluent-Python-Calculator A simple Python calculator with Sun-Valley-ttk-theme About Fluent-Python-Calculator: A very simple calculator with a modern U

59 Dec 06, 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
An qt asset browser for applications like houdini/nuke/maya/blender

AssetBrowser A qt asset browser for applications like houdini/nuke/maya/blender Currently in development Note: Only houdini plugin available during de

Jonas Sorgenfrei 6 Aug 05, 2022
yfinance is a library where you can see stocks, crypto and tickers information

yfinance is a library where you can see stocks, crypto and tickers information.

Joaquin 3 Nov 19, 2022
Write desktop and web apps in pure Python

Flexx Want to stay up-to-date about (changes to) Flexx? Subscribe to the NEWS issue. Introduction Flexx is a pure Python toolkit for creating graphica

flexxui 3.1k Jan 08, 2023
This simple python program can be used to make FontChooser dialog in Tkinter Applications.

tkFontBox This simple python program can be used to make FontChooser dialog in Tkinter Applications. how to use? Copy the tkFontBox.py file into your

Pawan Kumar Prachi 1 Feb 08, 2022