No project description provided
Project description
freetar - an open source alternative front-end to ultimate-guitar.com
This is like Invidious but only for Ultimate Guitar.
UPDATE 22.10.2023: As ultimate-guitar.com started to block (some? my? server?) ip addresses it's now possible to send requests to UG over Tor (socks5 proxy listening on localhost:9050
). This feature can be enabled when environment variable FREETAR_ENABLE_TOR=1
is set. Supported since Freetar version 0.10.0.
Instances
Features
- no ads, popups, AI, blockchain. Just a simple design
- search for tabs and view them
- save your favorite chords as favs (everything is stored in session storage (not send to the server), no account needed)
- dark mode
- auto scroll
- useful for printing chords
- show chords
How to use it
After successfull installation, there is an executable called freetar
in the PATH. Execute it without parameters and it listens on 0.0.0.0:22000.
PyPi
Package: https://pypi.org/project/freetar/
pip install freetar
Docker
Image: https://hub.docker.com/r/kmille2/freetar
Port: 22000
sudo docker pull kmille2/freetar
sudo docker run -p 127.0.0.1:22000:22000 kmille2/freetar
Dev environment
You need poetry. Then:
poetry install
vim freetar/*.py
poetry run python freetar/backend.py
Visit localhost:22000 in browser
# static files: freetar/static/*
# html templates: freetar/templates/*
poetry run freetar
Future work
show chords- improve UX on mobile devices
- on smartphones: prevent lock screen
share chords (qr code)?(done by #12 with export/import functionality)- save favs encrypted server side?
- Browser Extension like Invidious Redirection
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file freetar-0.10.0.tar.gz
.
File metadata
- Download URL: freetar-0.10.0.tar.gz
- Upload date:
- Size: 52.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.10.12-hardened1-1-hardened
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab88ff4f200e15837eaa8978f3e1cfd0c6c0237be53f57ab416a9d83c0451327 |
|
MD5 | f06b36da57a179b73186192a0ea87f41 |
|
BLAKE2b-256 | f39ca21b19b282fd7236e911c996346ca1afc3628cae41ebaf244351a133ce90 |
File details
Details for the file freetar-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: freetar-0.10.0-py3-none-any.whl
- Upload date:
- Size: 53.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.10.12-hardened1-1-hardened
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70fd566eda23816f8fab80a03ae5c71fc85c80325f0248089c7f18d1e648c970 |
|
MD5 | c2913cb26c177354d52e2231f5088a2c |
|
BLAKE2b-256 | 1da88d1f42712bb619137f0cac806badd9777ece93ec652b501558dd16f54f70 |