mytunes-pro 2.1.3__py3-none-any.whl → 2.1.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mytunes/app.py +4 -17
- {mytunes_pro-2.1.3.dist-info → mytunes_pro-2.1.4.dist-info}/METADATA +7 -2
- mytunes_pro-2.1.4.dist-info/RECORD +8 -0
- mytunes_pro-2.1.3.dist-info/RECORD +0 -8
- {mytunes_pro-2.1.3.dist-info → mytunes_pro-2.1.4.dist-info}/WHEEL +0 -0
- {mytunes_pro-2.1.3.dist-info → mytunes_pro-2.1.4.dist-info}/entry_points.txt +0 -0
- {mytunes_pro-2.1.3.dist-info → mytunes_pro-2.1.4.dist-info}/licenses/LICENSE +0 -0
- {mytunes_pro-2.1.3.dist-info → mytunes_pro-2.1.4.dist-info}/top_level.txt +0 -0
mytunes/app.py
CHANGED
|
@@ -44,7 +44,7 @@ MPV_SOCKET = "/tmp/mpv_socket"
|
|
|
44
44
|
LOG_FILE = "/tmp/mytunes_mpv.log"
|
|
45
45
|
PID_FILE = "/tmp/mytunes_mpv.pid"
|
|
46
46
|
APP_NAME = "MyTunes Pro"
|
|
47
|
-
APP_VERSION = "2.1.
|
|
47
|
+
APP_VERSION = "2.1.4"
|
|
48
48
|
|
|
49
49
|
# Initial Locale Setup for WSL/Windows Multibyte/Emoji Harmony
|
|
50
50
|
try:
|
|
@@ -606,9 +606,7 @@ class MyTunesApp:
|
|
|
606
606
|
signal.signal(signal.SIGHUP, self.handle_disconnect)
|
|
607
607
|
except: pass
|
|
608
608
|
|
|
609
|
-
|
|
610
|
-
curses.mousemask(curses.ALL_MOUSE_EVENTS | curses.REPORT_MOUSE_POSITION)
|
|
611
|
-
print("\033[?1003h") # Enable mouse tracking
|
|
609
|
+
|
|
612
610
|
|
|
613
611
|
self.sent_history = {}
|
|
614
612
|
|
|
@@ -772,19 +770,8 @@ class MyTunesApp:
|
|
|
772
770
|
return "EXIT_BKG" # Standard ESC
|
|
773
771
|
|
|
774
772
|
# 3. Mouse Click
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
_, mx, my, _, bstate = curses.getmouse()
|
|
778
|
-
if bstate & (curses.BUTTON1_CLICKED | curses.BUTTON1_RELEASED):
|
|
779
|
-
h, w = self.stdscr.getmaxyx()
|
|
780
|
-
branding = "mytunes-pro.com/postgresql.co.kr"
|
|
781
|
-
branding_x = w - 2 - len(branding)
|
|
782
|
-
if my == h - 2 and branding_x <= mx < w - 2:
|
|
783
|
-
rel_x = mx - branding_x
|
|
784
|
-
if rel_x < 15: return "OPEN_HOME"
|
|
785
|
-
if rel_x > 15: return "OPEN_PARTNER"
|
|
786
|
-
except: pass
|
|
787
|
-
return "MOUSE_CLICK"
|
|
773
|
+
# 3. Mouse Click & Scroll
|
|
774
|
+
# 3. Mouse Click (Removed)
|
|
788
775
|
|
|
789
776
|
# 4. Standard Keys Mapping
|
|
790
777
|
k_char = str(key).lower() if isinstance(key, str) else str(key)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mytunes-pro
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.4
|
|
4
4
|
Summary: A lightweight, keyboard-centric terminal player for streaming YouTube music.
|
|
5
5
|
Author-email: loxo <loxo5432@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/postgresql-co-kr/mytunes
|
|
@@ -18,7 +18,7 @@ Requires-Dist: yt-dlp
|
|
|
18
18
|
Requires-Dist: pusher
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
|
|
21
|
-
# 🎵 MyTunes Pro - Professional TUI Edition v2.1.
|
|
21
|
+
# 🎵 MyTunes Pro - Professional TUI Edition v2.1.4
|
|
22
22
|
|
|
23
23
|
## 🚀 Terminal-based Media Workflow Experiment v2.1.3
|
|
24
24
|
|
|
@@ -390,6 +390,11 @@ Windows 환경에서 한글 검색이 안 되거나 설치가 어려운 분들
|
|
|
390
390
|
|
|
391
391
|
## 🔄 Changelog
|
|
392
392
|
|
|
393
|
+
### v2.1.4 (2026-02-03)
|
|
394
|
+
- **Mouse Support Removed**: Reverted to pure keyboard interface for cleaner experience.
|
|
395
|
+
- **Bug Fixes**: Resolved IndentationError and key loop crashes.
|
|
396
|
+
- **Stability**: Removed unused code paths.
|
|
397
|
+
|
|
393
398
|
### v2.1.3 (2026-02-02)
|
|
394
399
|
- **Resolved TUI Freeze on Song Launch**: Fixed a critical regression from v2.0.6 where misplaced blocking input code caused the TUI to freeze on "Loading" during song transitions or resume until a key was pressed.
|
|
395
400
|
- **Fixed EQ Application**: Restored correct Auto EQ initialization during `play_music` in `app.py`.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
mytunes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
mytunes/app.py,sha256=2EAFeMB4j-7EZAe3vaRGbkjZd5qzcYvFxlyDzKzI8FM,83690
|
|
3
|
+
mytunes_pro-2.1.4.dist-info/licenses/LICENSE,sha256=lOrP0EIjxcgJia__W3f3PVDZkRd2oRzFkyH2g3LRRCg,1063
|
|
4
|
+
mytunes_pro-2.1.4.dist-info/METADATA,sha256=kUyvNfHdHKX7_mrkme6WQ33D4oUKXX6-SOqZlEv7nEE,30989
|
|
5
|
+
mytunes_pro-2.1.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
+
mytunes_pro-2.1.4.dist-info/entry_points.txt,sha256=6-MsC13nIgzLvrREaGotc32FgxHx_Iuu1z2qCzJs1_4,65
|
|
7
|
+
mytunes_pro-2.1.4.dist-info/top_level.txt,sha256=KWzdFyNNG_sO7GT83-sN5fYArP4_DL5I8HYIwgazXyY,8
|
|
8
|
+
mytunes_pro-2.1.4.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
mytunes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
mytunes/app.py,sha256=zvWU5l6DRT3i61bMhRQWFE1-dkahf7FZwGRI-UhdLhg,84436
|
|
3
|
-
mytunes_pro-2.1.3.dist-info/licenses/LICENSE,sha256=lOrP0EIjxcgJia__W3f3PVDZkRd2oRzFkyH2g3LRRCg,1063
|
|
4
|
-
mytunes_pro-2.1.3.dist-info/METADATA,sha256=bpCbf07PEXhVYnaDx1g9bb6GXMJRyuaxmEjm8lrG_3Q,30766
|
|
5
|
-
mytunes_pro-2.1.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
-
mytunes_pro-2.1.3.dist-info/entry_points.txt,sha256=6-MsC13nIgzLvrREaGotc32FgxHx_Iuu1z2qCzJs1_4,65
|
|
7
|
-
mytunes_pro-2.1.3.dist-info/top_level.txt,sha256=KWzdFyNNG_sO7GT83-sN5fYArP4_DL5I8HYIwgazXyY,8
|
|
8
|
-
mytunes_pro-2.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|