mytunes-pro 1.8.8__tar.gz → 1.9.0__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.
- {mytunes_pro-1.8.8/src/mytunes_pro.egg-info → mytunes_pro-1.9.0}/PKG-INFO +12 -4
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/README.md +11 -3
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/pyproject.toml +1 -1
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/src/mytunes/app.py +16 -12
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0/src/mytunes_pro.egg-info}/PKG-INFO +12 -4
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/LICENSE +0 -0
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/setup.cfg +0 -0
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/src/mytunes/__init__.py +0 -0
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/src/mytunes_pro.egg-info/SOURCES.txt +0 -0
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/src/mytunes_pro.egg-info/dependency_links.txt +0 -0
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/src/mytunes_pro.egg-info/entry_points.txt +0 -0
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/src/mytunes_pro.egg-info/requires.txt +0 -0
- {mytunes_pro-1.8.8 → mytunes_pro-1.9.0}/src/mytunes_pro.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mytunes-pro
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9.0
|
|
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.
|
|
22
|
+
**현대적인 CLI 유튜브 뮤직 플레이어 (v1.9.0)**
|
|
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.
|
|
211
|
+
**Modern CLI YouTube Music Player (v1.9.0)**
|
|
212
212
|
A lightweight, keyboard-centric terminal player for streaming YouTube music.
|
|
213
213
|
|
|
214
214
|
---
|
|
@@ -296,7 +296,15 @@ sudo apt install mpv python3 python3-pip pipx python3-venv -y
|
|
|
296
296
|
|
|
297
297
|
## 🔄 Changelog
|
|
298
298
|
|
|
299
|
-
### v1.
|
|
299
|
+
### v1.9.0 (Latest)
|
|
300
|
+
|
|
301
|
+
- **Fix WSL Profile Error**: Switched to using the **native Windows TEMP directory** (e.g., `C:\Users\...\AppData\Local\Temp`) for the browser profile in WSL. This prevents file locking issues caused by Chrome treating `\\wsl$\` paths as network drives.
|
|
302
|
+
|
|
303
|
+
### v1.8.9
|
|
304
|
+
|
|
305
|
+
- **Robust WSL Path Fix**: Resolved an issue where direct browser launching (non-fallback) in WSL was still using Linux paths for the profile, causing "User Data Directory" creation errors. Path conversion is now applied globally before launch.
|
|
306
|
+
|
|
307
|
+
### v1.8.8
|
|
300
308
|
|
|
301
309
|
- **WSL Path Conversion**: Implemented `wslpath -w` logic to correctly convert Linux-style temp paths to Windows format when launching Chrome via `cmd.exe` on WSL.
|
|
302
310
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🎵 MyTunes Pro (Korean)
|
|
2
2
|
|
|
3
|
-
**현대적인 CLI 유튜브 뮤직 플레이어 (v1.
|
|
3
|
+
**현대적인 CLI 유튜브 뮤직 플레이어 (v1.9.0)**
|
|
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.
|
|
192
|
+
**Modern CLI YouTube Music Player (v1.9.0)**
|
|
193
193
|
A lightweight, keyboard-centric terminal player for streaming YouTube music.
|
|
194
194
|
|
|
195
195
|
---
|
|
@@ -277,7 +277,15 @@ sudo apt install mpv python3 python3-pip pipx python3-venv -y
|
|
|
277
277
|
|
|
278
278
|
## 🔄 Changelog
|
|
279
279
|
|
|
280
|
-
### v1.
|
|
280
|
+
### v1.9.0 (Latest)
|
|
281
|
+
|
|
282
|
+
- **Fix WSL Profile Error**: Switched to using the **native Windows TEMP directory** (e.g., `C:\Users\...\AppData\Local\Temp`) for the browser profile in WSL. This prevents file locking issues caused by Chrome treating `\\wsl$\` paths as network drives.
|
|
283
|
+
|
|
284
|
+
### v1.8.9
|
|
285
|
+
|
|
286
|
+
- **Robust WSL Path Fix**: Resolved an issue where direct browser launching (non-fallback) in WSL was still using Linux paths for the profile, causing "User Data Directory" creation errors. Path conversion is now applied globally before launch.
|
|
287
|
+
|
|
288
|
+
### v1.8.8
|
|
281
289
|
|
|
282
290
|
- **WSL Path Conversion**: Implemented `wslpath -w` logic to correctly convert Linux-style temp paths to Windows format when launching Chrome via `cmd.exe` on WSL.
|
|
283
291
|
|
|
@@ -35,7 +35,7 @@ MPV_SOCKET = "/tmp/mpv_socket"
|
|
|
35
35
|
LOG_FILE = "/tmp/mytunes_mpv.log"
|
|
36
36
|
PID_FILE = "/tmp/mytunes_mpv.pid"
|
|
37
37
|
APP_NAME = "MyTunes Pro"
|
|
38
|
-
APP_VERSION = "1.
|
|
38
|
+
APP_VERSION = "1.9.0"
|
|
39
39
|
|
|
40
40
|
# === [Strings & Localization] ===
|
|
41
41
|
STRINGS = {
|
|
@@ -765,9 +765,19 @@ class MyTunesApp:
|
|
|
765
765
|
self.show_copy_dialog("Live Station", live_url)
|
|
766
766
|
return
|
|
767
767
|
|
|
768
|
-
# v1.
|
|
769
|
-
|
|
770
|
-
|
|
768
|
+
# v1.9.0 - Critical WSL Fix: Use Windows Native Temp Path
|
|
769
|
+
# Chrome on Windows cannot reliably lock files in \\wsl$\ paths (Linux /tmp).
|
|
770
|
+
# We must use the actual Windows %TEMP% directory (e.g., C:\Users\...\Temp).
|
|
771
|
+
if self.is_wsl():
|
|
772
|
+
try:
|
|
773
|
+
win_temp = subprocess.check_output(["cmd.exe", "/c", "echo %TEMP%"], text=True).strip()
|
|
774
|
+
temp_user_data = f"{win_temp}\\mytunes_v190_{int(time.time() / 10)}"
|
|
775
|
+
except:
|
|
776
|
+
# Fallback to local temp if retrieval fails (unlikely)
|
|
777
|
+
temp_user_data = os.path.join(tempfile.gettempdir(), f"mytunes_v190_{int(time.time() / 10)}")
|
|
778
|
+
else:
|
|
779
|
+
temp_user_data = os.path.join(tempfile.gettempdir(), f"mytunes_v190_{int(time.time() / 10)}")
|
|
780
|
+
|
|
771
781
|
# Optimized Flag Set (Context7 Research)
|
|
772
782
|
flags = [
|
|
773
783
|
f"--app={live_url}",
|
|
@@ -831,14 +841,8 @@ class MyTunesApp:
|
|
|
831
841
|
|
|
832
842
|
if not launched:
|
|
833
843
|
try:
|
|
834
|
-
# Fallback for WSL to CMD (
|
|
835
|
-
|
|
836
|
-
try:
|
|
837
|
-
# Use wslpath -w to convert /tmp/... to C:\Users\...
|
|
838
|
-
win_user_data = subprocess.check_output(['wslpath', '-w', temp_user_data], text=True).strip()
|
|
839
|
-
except: pass
|
|
840
|
-
|
|
841
|
-
subprocess.Popen(["cmd.exe", "/c", f"start chrome --app={live_url} --user-data-dir={win_user_data}"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, start_new_session=True)
|
|
844
|
+
# Fallback for WSL to CMD (path is already converted upstream)
|
|
845
|
+
subprocess.Popen(["cmd.exe", "/c", f"start chrome --app={live_url} --user-data-dir={temp_user_data}"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, start_new_session=True)
|
|
842
846
|
launched = True
|
|
843
847
|
except: pass
|
|
844
848
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mytunes-pro
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9.0
|
|
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.
|
|
22
|
+
**현대적인 CLI 유튜브 뮤직 플레이어 (v1.9.0)**
|
|
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.
|
|
211
|
+
**Modern CLI YouTube Music Player (v1.9.0)**
|
|
212
212
|
A lightweight, keyboard-centric terminal player for streaming YouTube music.
|
|
213
213
|
|
|
214
214
|
---
|
|
@@ -296,7 +296,15 @@ sudo apt install mpv python3 python3-pip pipx python3-venv -y
|
|
|
296
296
|
|
|
297
297
|
## 🔄 Changelog
|
|
298
298
|
|
|
299
|
-
### v1.
|
|
299
|
+
### v1.9.0 (Latest)
|
|
300
|
+
|
|
301
|
+
- **Fix WSL Profile Error**: Switched to using the **native Windows TEMP directory** (e.g., `C:\Users\...\AppData\Local\Temp`) for the browser profile in WSL. This prevents file locking issues caused by Chrome treating `\\wsl$\` paths as network drives.
|
|
302
|
+
|
|
303
|
+
### v1.8.9
|
|
304
|
+
|
|
305
|
+
- **Robust WSL Path Fix**: Resolved an issue where direct browser launching (non-fallback) in WSL was still using Linux paths for the profile, causing "User Data Directory" creation errors. Path conversion is now applied globally before launch.
|
|
306
|
+
|
|
307
|
+
### v1.8.8
|
|
300
308
|
|
|
301
309
|
- **WSL Path Conversion**: Implemented `wslpath -w` logic to correctly convert Linux-style temp paths to Windows format when launching Chrome via `cmd.exe` on WSL.
|
|
302
310
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|