mytunes-pro 1.9.7__tar.gz → 1.9.9__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mytunes-pro
3
- Version: 1.9.7
3
+ Version: 1.9.9
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
@@ -19,7 +19,7 @@ Dynamic: license-file
19
19
 
20
20
  # 🎵 MyTunes Pro (Korean)
21
21
 
22
- **현대적인 CLI 유튜브 뮤직 플레이어 (v1.9.7)**
22
+ **현대적인 CLI 유튜브 뮤직 플레이어 (v1.9.9)**
23
23
  터미널 환경에서 **YouTube 음악을 검색하여 듣는** 가볍고 빠른 키보드 중심의 플레이어입니다.
24
24
  한국어 입력 환경에서도 **숫자 키(1~5)**를 통해 지연 없는 쾌적한 조작이 가능합니다.
25
25
 
@@ -208,7 +208,7 @@ Windows 환경에서 한글 검색이 안 되거나 설치가 어려운 분들
208
208
 
209
209
  # 🎵 MyTunes Pro (English)
210
210
 
211
- **Modern CLI YouTube Music Player (v1.9.7)**
211
+ **Modern CLI YouTube Music Player (v1.9.9)**
212
212
  A lightweight, keyboard-centric terminal player for streaming YouTube music.
213
213
 
214
214
  ---
@@ -296,6 +296,20 @@ sudo apt install mpv python3 python3-pip pipx python3-venv -y
296
296
 
297
297
  ## 🔄 Changelog
298
298
 
299
+ ### v1.9.9 (Domain Migration & Realtime Sync)
300
+
301
+ - **Domain Migration**: Updated all branding and internal links to support `mytunes-pro.com`.
302
+ - **Realtime Stability**: Fixed critical state-management bugs in the live dashboard that caused list clearing and duplicated track entries.
303
+ - **Pusher Channel Synchronization**: Unified communication across the transition to ensure zero-latency sharing on the new `mytunes-pro` channel.
304
+ - **Improved Empty State**: Redesigned the "SIGNAL LOST" screen into a more descriptive "READY TO RECEIVE" interface for better UX.
305
+
306
+ ### v1.9.8 (Realtime Stabilization)
307
+
308
+ - **UI Refinement**: Implemented in-list "Now Playing" sticky behavior with auto-scroll synchronization for a seamless browsing experience.
309
+ - **Queue System Optimization**: Capped incoming track queue at 200 items with a "200+" notification indicator for high-traffic stability.
310
+ - **Popup UI Consistency**: Unified Live Station popup dimensions to 620x900 across Web and TUI.
311
+ - **Improved YouTube Playback**: Optimized the YouTube player hook to resolve initialization race conditions and syntax edge cases.
312
+
299
313
  ### v1.9.7 (Analytics)
300
314
 
301
315
  - **Analytics**: Integrated Google Analytics 4 (GA4) into the landing page and realtime feed to track visitor traffic and usage patterns.
@@ -1,6 +1,6 @@
1
1
  # 🎵 MyTunes Pro (Korean)
2
2
 
3
- **현대적인 CLI 유튜브 뮤직 플레이어 (v1.9.7)**
3
+ **현대적인 CLI 유튜브 뮤직 플레이어 (v1.9.9)**
4
4
  터미널 환경에서 **YouTube 음악을 검색하여 듣는** 가볍고 빠른 키보드 중심의 플레이어입니다.
5
5
  한국어 입력 환경에서도 **숫자 키(1~5)**를 통해 지연 없는 쾌적한 조작이 가능합니다.
6
6
 
@@ -189,7 +189,7 @@ Windows 환경에서 한글 검색이 안 되거나 설치가 어려운 분들
189
189
 
190
190
  # 🎵 MyTunes Pro (English)
191
191
 
192
- **Modern CLI YouTube Music Player (v1.9.7)**
192
+ **Modern CLI YouTube Music Player (v1.9.9)**
193
193
  A lightweight, keyboard-centric terminal player for streaming YouTube music.
194
194
 
195
195
  ---
@@ -277,6 +277,20 @@ sudo apt install mpv python3 python3-pip pipx python3-venv -y
277
277
 
278
278
  ## 🔄 Changelog
279
279
 
280
+ ### v1.9.9 (Domain Migration & Realtime Sync)
281
+
282
+ - **Domain Migration**: Updated all branding and internal links to support `mytunes-pro.com`.
283
+ - **Realtime Stability**: Fixed critical state-management bugs in the live dashboard that caused list clearing and duplicated track entries.
284
+ - **Pusher Channel Synchronization**: Unified communication across the transition to ensure zero-latency sharing on the new `mytunes-pro` channel.
285
+ - **Improved Empty State**: Redesigned the "SIGNAL LOST" screen into a more descriptive "READY TO RECEIVE" interface for better UX.
286
+
287
+ ### v1.9.8 (Realtime Stabilization)
288
+
289
+ - **UI Refinement**: Implemented in-list "Now Playing" sticky behavior with auto-scroll synchronization for a seamless browsing experience.
290
+ - **Queue System Optimization**: Capped incoming track queue at 200 items with a "200+" notification indicator for high-traffic stability.
291
+ - **Popup UI Consistency**: Unified Live Station popup dimensions to 620x900 across Web and TUI.
292
+ - **Improved YouTube Playback**: Optimized the YouTube player hook to resolve initialization race conditions and syntax edge cases.
293
+
280
294
  ### v1.9.7 (Analytics)
281
295
 
282
296
  - **Analytics**: Integrated Google Analytics 4 (GA4) into the landing page and realtime feed to track visitor traffic and usage patterns.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mytunes-pro"
7
- version = "1.9.7"
7
+ version = "1.9.9"
8
8
  authors = [
9
9
  { name = "loxo", email = "loxo5432@gmail.com" },
10
10
  ]
@@ -36,7 +36,7 @@ MPV_SOCKET = "/tmp/mpv_socket"
36
36
  LOG_FILE = "/tmp/mytunes_mpv.log"
37
37
  PID_FILE = "/tmp/mytunes_mpv.pid"
38
38
  APP_NAME = "MyTunes Pro"
39
- APP_VERSION = "1.9.7"
39
+ APP_VERSION = "1.9.9"
40
40
 
41
41
  # === [Strings & Localization] ===
42
42
  STRINGS = {
@@ -442,6 +442,10 @@ class MyTunesApp:
442
442
  signal.signal(signal.SIGHUP, self.handle_disconnect)
443
443
  except: pass
444
444
 
445
+ # Enable Mouse Support
446
+ curses.mousemask(curses.ALL_MOUSE_EVENTS | curses.REPORT_MOUSE_POSITION)
447
+ print("\033[?1003h") # Enable mouse tracking
448
+
445
449
  # Pusher Client
446
450
  try:
447
451
  self.pusher = pusher.Pusher(
@@ -588,6 +592,34 @@ class MyTunesApp:
588
592
  self.running = False
589
593
  return
590
594
 
595
+ # Handle Mouse Click
596
+ if key == curses.KEY_MOUSE:
597
+ try:
598
+ _, mx, my, _, bstate = curses.getmouse()
599
+ if bstate & curses.BUTTON1_CLICKED or bstate & curses.BUTTON1_RELEASED:
600
+ h, w = self.stdscr.getmaxyx()
601
+ branding = "mytunes-pro.com/postgresql.co.kr"
602
+ branding_len = len(branding)
603
+ branding_x = w - 2 - branding_len
604
+
605
+ if my == h - 2 and branding_x <= mx < w - 2:
606
+ # Check which part was clicked
607
+ # mytunes-pro.com (first 15 chars)
608
+ # / (1 char)
609
+ # postgresql.co.kr (last 16 chars)
610
+ rel_x = mx - branding_x
611
+ if rel_x < 15:
612
+ url = "https://mytunes-pro.com"
613
+ self.status_msg = f"🌐 Opening {url}..."
614
+ threading.Thread(target=webbrowser.open, args=(url,), daemon=True).start()
615
+ elif rel_x > 15:
616
+ url = "https://postgresql.co.kr"
617
+ self.status_msg = f"🌐 Opening {url}..."
618
+ threading.Thread(target=webbrowser.open, args=(url,), daemon=True).start()
619
+ except:
620
+ pass
621
+ return
622
+
591
623
  # Helper to normalize input for checking
592
624
  k_char = str(key).lower() if isinstance(key, str) else ""
593
625
 
@@ -727,7 +759,7 @@ class MyTunesApp:
727
759
  "timestamp": time.time()
728
760
  }
729
761
  if self.pusher:
730
- self.pusher.trigger('mytunes-global', 'share-track', payload)
762
+ self.pusher.trigger('mytunes-pro', 'share-track', payload)
731
763
  self.sent_history[url] = time.time()
732
764
  safe_title = self.truncate(title, 50)
733
765
  self.status_msg = f"🚀 Shared: {safe_title}..."
@@ -761,7 +793,7 @@ class MyTunesApp:
761
793
 
762
794
  # Open Live Station (F8): App Mode with Optimized Flags (v1.8.6)
763
795
  elif key == curses.KEY_F8:
764
- live_url = "https://mytunes.postgresql.co.kr/live/"
796
+ live_url = "https://mytunes-pro.com/live/"
765
797
  if self.is_remote():
766
798
  self.show_copy_dialog("Live Station", live_url)
767
799
  return
@@ -780,7 +812,7 @@ class MyTunesApp:
780
812
  # Optimized Flag Set (Context7 Research)
781
813
  flags = [
782
814
  f"--app={live_url}",
783
- "--window-size=712,800",
815
+ "--window-size=600,900",
784
816
  "--window-position=100,100",
785
817
  f"--user-data-dir={temp_user_data}",
786
818
  "--no-first-run",
@@ -1302,7 +1334,7 @@ class MyTunesApp:
1302
1334
  self.stdscr.addstr(h - 3, 2, self.t("stopped"), curses.color_pair(1))
1303
1335
 
1304
1336
  # Footer Line 3: System Message & Branding
1305
- branding = "postgresql.co.kr/debate300.com"
1337
+ branding = "mytunes-pro.com/postgresql.co.kr"
1306
1338
  branding_x = w - 2 - len(branding)
1307
1339
 
1308
1340
  # Draw Branding always - Bright/Bold White
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mytunes-pro
3
- Version: 1.9.7
3
+ Version: 1.9.9
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
@@ -19,7 +19,7 @@ Dynamic: license-file
19
19
 
20
20
  # 🎵 MyTunes Pro (Korean)
21
21
 
22
- **현대적인 CLI 유튜브 뮤직 플레이어 (v1.9.7)**
22
+ **현대적인 CLI 유튜브 뮤직 플레이어 (v1.9.9)**
23
23
  터미널 환경에서 **YouTube 음악을 검색하여 듣는** 가볍고 빠른 키보드 중심의 플레이어입니다.
24
24
  한국어 입력 환경에서도 **숫자 키(1~5)**를 통해 지연 없는 쾌적한 조작이 가능합니다.
25
25
 
@@ -208,7 +208,7 @@ Windows 환경에서 한글 검색이 안 되거나 설치가 어려운 분들
208
208
 
209
209
  # 🎵 MyTunes Pro (English)
210
210
 
211
- **Modern CLI YouTube Music Player (v1.9.7)**
211
+ **Modern CLI YouTube Music Player (v1.9.9)**
212
212
  A lightweight, keyboard-centric terminal player for streaming YouTube music.
213
213
 
214
214
  ---
@@ -296,6 +296,20 @@ sudo apt install mpv python3 python3-pip pipx python3-venv -y
296
296
 
297
297
  ## 🔄 Changelog
298
298
 
299
+ ### v1.9.9 (Domain Migration & Realtime Sync)
300
+
301
+ - **Domain Migration**: Updated all branding and internal links to support `mytunes-pro.com`.
302
+ - **Realtime Stability**: Fixed critical state-management bugs in the live dashboard that caused list clearing and duplicated track entries.
303
+ - **Pusher Channel Synchronization**: Unified communication across the transition to ensure zero-latency sharing on the new `mytunes-pro` channel.
304
+ - **Improved Empty State**: Redesigned the "SIGNAL LOST" screen into a more descriptive "READY TO RECEIVE" interface for better UX.
305
+
306
+ ### v1.9.8 (Realtime Stabilization)
307
+
308
+ - **UI Refinement**: Implemented in-list "Now Playing" sticky behavior with auto-scroll synchronization for a seamless browsing experience.
309
+ - **Queue System Optimization**: Capped incoming track queue at 200 items with a "200+" notification indicator for high-traffic stability.
310
+ - **Popup UI Consistency**: Unified Live Station popup dimensions to 620x900 across Web and TUI.
311
+ - **Improved YouTube Playback**: Optimized the YouTube player hook to resolve initialization race conditions and syntax edge cases.
312
+
299
313
  ### v1.9.7 (Analytics)
300
314
 
301
315
  - **Analytics**: Integrated Google Analytics 4 (GA4) into the landing page and realtime feed to track visitor traffic and usage patterns.
File without changes
File without changes