[PR #17] [MERGED] Development #152

Closed
opened 2026-03-04 12:30:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/casualsnek/onthespot/pull/17
Author: @casualsnek
Created: 10/12/2022
Status: Merged
Merged: 10/12/2022
Merged by: @casualsnek

Base: mainHead: development


📝 Commits (10+)

  • e56c858 Fix removed accounts showing up in table if new account is added.
  • 026c098 Add basic download managements
  • 7df7647 Support synced/unsynced lyrics download !
  • b316ef3 Add m3u8 playlist creation, add browse button on downloaded files
  • ce45862 Add config rollback, fix crash when spotify not running
  • 356c3ce Fix playlist name and media watcher fix
  • 1cefd8a Update dependency
  • 0751388 Improve cancelling spped
  • 264136a ffmpeg path fix for some systems
  • 42132f0 Split code, proper ffmpeg path setup on windows

📊 Changes

31 files changed (+2186 additions, -1242 deletions)

View changed files

📝 .gitignore (+2 -1)
.idea/.gitignore (+8 -0)
.idea/inspectionProfiles/profiles_settings.xml (+6 -0)
.idea/misc.xml (+4 -0)
.idea/modules.xml (+8 -0)
.idea/onthespot.iml (+10 -0)
.idea/vcs.xml (+6 -0)
📝 LICENSE (+0 -0)
📝 __init__.py (+14 -1)
📝 build_linux.sh (+5 -6)
📝 build_winC1.bat (+6 -6)
📝 build_winC2.bat (+8 -8)
gui/__init__.py (+0 -0)
gui/dl_progressbtn.py (+40 -0)
gui/mainui.py (+674 -0)
gui/minidialog.py (+24 -0)
📝 gui/qtui/main.ui (+341 -4)
📝 gui/qtui/notice.ui (+3 -0)
onthespot.py (+0 -703)
📝 otsconfig.py (+35 -11)

...and 11 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/casualsnek/onthespot/pull/17 **Author:** [@casualsnek](https://github.com/casualsnek) **Created:** 10/12/2022 **Status:** ✅ Merged **Merged:** 10/12/2022 **Merged by:** [@casualsnek](https://github.com/casualsnek) **Base:** `main` ← **Head:** `development` --- ### 📝 Commits (10+) - [`e56c858`](https://github.com/casualsnek/onthespot/commit/e56c858b170c0f3433be47290bddb0ff0093759f) Fix removed accounts showing up in table if new account is added. - [`026c098`](https://github.com/casualsnek/onthespot/commit/026c0986f412f445c27eca4fa7d13b1cd6334ad6) Add basic download managements - [`7df7647`](https://github.com/casualsnek/onthespot/commit/7df76478c979d1e99edb5c4f0f0765fbc7c30128) Support synced/unsynced lyrics download ! - [`b316ef3`](https://github.com/casualsnek/onthespot/commit/b316ef33c6e64d5afb20e58ad5fa7530ab9c151e) Add m3u8 playlist creation, add browse button on downloaded files - [`ce45862`](https://github.com/casualsnek/onthespot/commit/ce4586247061d9f2b123553f21c1e1a1f4b54110) Add config rollback, fix crash when spotify not running - [`356c3ce`](https://github.com/casualsnek/onthespot/commit/356c3ce3776173e3c241b0a050bb589358a91e1e) Fix playlist name and media watcher fix - [`1cefd8a`](https://github.com/casualsnek/onthespot/commit/1cefd8a2fc4be23ec5df251b5c30c3c4732637a6) Update dependency - [`0751388`](https://github.com/casualsnek/onthespot/commit/0751388b70ef5d089b2c5b01d2e7aa277b42551b) Improve cancelling spped - [`264136a`](https://github.com/casualsnek/onthespot/commit/264136a9ba4f288e955d9c5c4bc0b74d2686f9f6) ffmpeg path fix for some systems - [`42132f0`](https://github.com/casualsnek/onthespot/commit/42132f044016a3316d8a1fc1a83ae71aa70b844e) Split code, proper ffmpeg path setup on windows ### 📊 Changes **31 files changed** (+2186 additions, -1242 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) ➕ `.idea/.gitignore` (+8 -0) ➕ `.idea/inspectionProfiles/profiles_settings.xml` (+6 -0) ➕ `.idea/misc.xml` (+4 -0) ➕ `.idea/modules.xml` (+8 -0) ➕ `.idea/onthespot.iml` (+10 -0) ➕ `.idea/vcs.xml` (+6 -0) 📝 `LICENSE` (+0 -0) 📝 `__init__.py` (+14 -1) 📝 `build_linux.sh` (+5 -6) 📝 `build_winC1.bat` (+6 -6) 📝 `build_winC2.bat` (+8 -8) ➕ `gui/__init__.py` (+0 -0) ➕ `gui/dl_progressbtn.py` (+40 -0) ➕ `gui/mainui.py` (+674 -0) ➕ `gui/minidialog.py` (+24 -0) 📝 `gui/qtui/main.ui` (+341 -4) 📝 `gui/qtui/notice.ui` (+3 -0) ➖ `onthespot.py` (+0 -703) 📝 `otsconfig.py` (+35 -11) _...and 11 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 12:30:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/onthespot#152
No description provided.