Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbey1 authored Oct 29, 2024
1 parent 51ff5b3 commit 070e49e
Showing 1 changed file with 72 additions and 24 deletions.
96 changes: 72 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,82 @@
# UGDownloader
## **Ultimate Guitar tab downloader**
<div align="center">
<h1>UGDownloader</h1>
<b> 🎸 Guitar Tab Downloader 🎼 </b><br><br>
<img src="https://img.shields.io/github/v/release/jabbey1/UGDownloader">
<img src="https://img.shields.io/github/downloads/jabbey1/UGDownloader/total">
<img src="https://img.shields.io/github/stars/jabbey1/UGDownloader">
<img src="https://img.shields.io/github/forks/jabbey1/UGDownloader">
<img src="https://img.shields.io/github/watchers/jabbey1/UGDownloader">

<br><br>
Use selenium to grab every available user created tablature file from your favorite artists, in the filetype you choose.
<br><br>
</div>

Enter the name of the artist, and this will download every available **Guitar Pro, Power Tab, or text tab** file in a batch from ultimate-guitar.com. This will avoid the **'Official'** and **'Pro'**
versions of songs. Uses Firefox or Chrome with Selenium in Python.
![Screenshot 2024-10-29 122234](https://github.com/user-attachments/assets/3b3bfea3-de9e-4552-baf2-ec3236b625e2)

---
### As of v2.5:

- Can now download text tabs!
- Can select 'My Tabs' to get your saved tabs
## :keyboard: Usage :keyboard:
Entering your **username**, **password**, and an **artist** will open a headless browser to navigate downloading tabs. All available user created tabs for the artist will be downloaded in sequence, letting you do something else.

---
### As of v2.0:
⚠️ Make sure that you:
- Choose the browser you have installed
- Enter your **user** and **password** exactly ([ultimateguitar](https://www.ultimate-guitar.com/))
- Enter the **artist/search** term with no typos, and with correct capitilization

- New improved GUI!
- Checks for updates
_If you run into issues with the program getting stuck, try checking/unchecking the "**Bypass**" checkboxes._

![image](https://github.com/jabbey1/UGDownloader/assets/9942757/877f3f2f-6030-41ce-8019-0a6d6188bc79)
Tabs are stored in a folder created next to the .exe, which can be opened via button in the interface. Inside, tabs are stored in folders by Artist name- unless downloaded from a user.

---
As of v1.5:
During downloading, extra information is kept to add more info to the filename. Guitar Pro downloads are renamed, while text files are created to the format:
```
Artist - Song name (optional extra title information) - Format (if text) (Version number, Rating score @ Total ratings)
```
**Guitar Pro** example:
```
Adrianne Lenker - My Angel (V1, 4.8@6).gpx
```
**Text** example:
```
Adrianne Lenker - Already Lost - Chords (V1, 4.9@28).txt
```

- Save your login info
- Supports adding I don't care about cookies
- Downloads powertabs
- Threading
- Maintains .txt of artists you want to download, editable inside the app
- Shows progress/cancelable download actions
- Fallback download method
---
Old GUI:
**Chrome** slightly edges out **Firefox** in terms of speed, but both work well. This moves quicker than a human could, but downloads with large amounts of tabs will need some time to finish.

## 🗄️ Filetypes 🗄️
- **Guitar Pro**
- **_User created only_** Official files are **not** included.
- .gp3, .gp4, .gp5, .gpx, .gp
- **Power Tab**
- .ptb files
- **Text**
- This includes text **tab**, **chord**, and **bass** tablature.

## :bulb: Other Features :bulb:
> **_search type 'By'_**
Instead of searching for tabs by Artist, you can download everything created by an individual user by using the `By` dropdown menu. You can also use this menu to download the tabs saved in your account, as 'My Tabs'. You can still select the filetype with either of these methods.

> **_Check for new tabs_**
Using the `Check Artist Tab Count` button will check the number of tabs available online against what you have locally downloaded - allowing you to monitor the arrival of new tabs without doing a full download.

> **_Save a list of artists to download, for later_**
Using the list in the top right corner of the GUI allows you to save artists for later download. You can do this while other downloads are running. Then, copy them from the list for download whenever you want.


## :memo: Config :memo:
You can edit your user info and the `to dl` list inside the `_UGDownloaderFiles` folder.

Entries in the `to dl` list are comma seperated, with no spaces. Here's what the file looks like from the example picture above:
```
,Radiohead,Spectral Wound,Elliott Smith,Big Thief,Boris
```





### Old GUI:

![Untitled picture](https://user-images.githubusercontent.com/9942757/236566975-d5896f6e-6124-44d8-bc4e-4270b584906b.png)

0 comments on commit 070e49e

Please sign in to comment.