Metadata-Version: 2.1
Name: yaytarch
Version: 1.0.0
Summary: light yt-dlp frontend
Author-email: "Paolo D." <idk@yet.com>
Project-URL: Homepage, https://github.com/absolutelyrelative/yaytarch
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# yaytarch
Yet Another YouTube Archival (tool)

Yaytarch is a local library tool that allows you to watch content which you downloaded, locally from your browser.
It tries to fill a big gap of low resource intensive media libraries, and the use case is to bring my disorder of downloaded videos and playlists to an neat end. 

It is a yt-dlp frontend built with python & flask and it allows you to:

- Download and update videos from the browser or CLI
- Download and update playlists from the browser or CLI
- Browse and watch videos
- Create local collections of videos
- (Soon) import local videos!

## Collections view
  ![yaytarch_collectionview](https://github.com/absolutelyrelative/yaytarch/blob/main/images/collection_view.png?raw=true)

## Video list view
![yaytarch_videolistview](https://github.com/absolutelyrelative/yaytarch/blob/main/images/videolist_view.png?raw=true)

## Video view
![yaytarch_videoview](https://github.com/absolutelyrelative/yaytarch/blob/main/images/video_view.png?raw=true)


Setting up & basic commands to come

Future features:
- A less bad CSS / Style.
- Others (will specify soon when I import my todo list)

