mytunes-pro 1.7.7__tar.gz → 1.7.8__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.7.7/src/mytunes_pro.egg-info → mytunes_pro-1.7.8}/PKG-INFO +10 -4
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/README.md +9 -3
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/pyproject.toml +1 -1
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/src/mytunes/app.py +15 -11
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8/src/mytunes_pro.egg-info}/PKG-INFO +10 -4
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/LICENSE +0 -0
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/setup.cfg +0 -0
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/src/mytunes/__init__.py +0 -0
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/src/mytunes_pro.egg-info/SOURCES.txt +0 -0
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/src/mytunes_pro.egg-info/dependency_links.txt +0 -0
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/src/mytunes_pro.egg-info/entry_points.txt +0 -0
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/src/mytunes_pro.egg-info/requires.txt +0 -0
- {mytunes_pro-1.7.7 → mytunes_pro-1.7.8}/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.7.
|
|
3
|
+
Version: 1.7.8
|
|
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.7.
|
|
22
|
+
**현대적인 CLI 유튜브 뮤직 플레이어 (v1.7.8)**
|
|
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.7.
|
|
211
|
+
**Modern CLI YouTube Music Player (v1.7.8)**
|
|
212
212
|
A lightweight, keyboard-centric terminal player for streaming YouTube music.
|
|
213
213
|
|
|
214
214
|
---
|
|
@@ -296,7 +296,13 @@ sudo apt install mpv python3 python3-pip pipx python3-venv -y
|
|
|
296
296
|
|
|
297
297
|
## 🔄 Changelog
|
|
298
298
|
|
|
299
|
-
### v1.7.
|
|
299
|
+
### v1.7.8 (Latest)
|
|
300
|
+
|
|
301
|
+
- **Native PowerShell Profile Management**: Resolved directory read/write errors in WSL by moving all profile creation and path handling to the Windows side via PowerShell.
|
|
302
|
+
- **Improved Security & Isolation**: Profiles are now created in the standard Windows `LOCALAPPDATA` directory with native permissions, ensuring Chrome can always access its data.
|
|
303
|
+
- **Backslash Consistency**: Forced backslash-only paths through pure PowerShell logic, fixing the mixed-slash issue seen in WSL.
|
|
304
|
+
|
|
305
|
+
### v1.7.7
|
|
300
306
|
|
|
301
307
|
- **PowerShell Launch (WSL/Win)**: Switched to `powershell.exe` for launching browsers from WSL to ensure robust argument parsing and path handling.
|
|
302
308
|
- **Directory Fix**: Resolved "cannot read or write" error on Windows/WSL by utilizing `$env:TEMP` directly within a native shell context.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🎵 MyTunes Pro (Korean)
|
|
2
2
|
|
|
3
|
-
**현대적인 CLI 유튜브 뮤직 플레이어 (v1.7.
|
|
3
|
+
**현대적인 CLI 유튜브 뮤직 플레이어 (v1.7.8)**
|
|
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.7.
|
|
192
|
+
**Modern CLI YouTube Music Player (v1.7.8)**
|
|
193
193
|
A lightweight, keyboard-centric terminal player for streaming YouTube music.
|
|
194
194
|
|
|
195
195
|
---
|
|
@@ -277,7 +277,13 @@ sudo apt install mpv python3 python3-pip pipx python3-venv -y
|
|
|
277
277
|
|
|
278
278
|
## 🔄 Changelog
|
|
279
279
|
|
|
280
|
-
### v1.7.
|
|
280
|
+
### v1.7.8 (Latest)
|
|
281
|
+
|
|
282
|
+
- **Native PowerShell Profile Management**: Resolved directory read/write errors in WSL by moving all profile creation and path handling to the Windows side via PowerShell.
|
|
283
|
+
- **Improved Security & Isolation**: Profiles are now created in the standard Windows `LOCALAPPDATA` directory with native permissions, ensuring Chrome can always access its data.
|
|
284
|
+
- **Backslash Consistency**: Forced backslash-only paths through pure PowerShell logic, fixing the mixed-slash issue seen in WSL.
|
|
285
|
+
|
|
286
|
+
### v1.7.7
|
|
281
287
|
|
|
282
288
|
- **PowerShell Launch (WSL/Win)**: Switched to `powershell.exe` for launching browsers from WSL to ensure robust argument parsing and path handling.
|
|
283
289
|
- **Directory Fix**: Resolved "cannot read or write" error on Windows/WSL by utilizing `$env:TEMP` directly within a native shell context.
|
|
@@ -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.7.
|
|
38
|
+
APP_VERSION = "1.7.8"
|
|
39
39
|
|
|
40
40
|
# === [Strings & Localization] ===
|
|
41
41
|
STRINGS = {
|
|
@@ -819,29 +819,33 @@ class MyTunesApp:
|
|
|
819
819
|
launched = True; break
|
|
820
820
|
except: pass
|
|
821
821
|
|
|
822
|
-
# 3. WSL (Run Windows Chrome via powershell.exe
|
|
822
|
+
# 3. WSL (Run Windows Chrome via powershell.exe with pure Windows-side pathing)
|
|
823
823
|
elif self.is_wsl():
|
|
824
824
|
try:
|
|
825
|
-
#
|
|
826
|
-
#
|
|
827
|
-
#
|
|
825
|
+
# We move ALL logic to PowerShell to avoid WSL path translation issues (mixed slashes).
|
|
826
|
+
# 1. Determine profile path in LOCALAPPDATA (Standard Windows writable area)
|
|
827
|
+
# 2. Create the directory using Windows-native command
|
|
828
|
+
# 3. Start chrome with backslash-safe path
|
|
829
|
+
# Using a stable subfolder for MyTunes to avoid Temp cleanup issues but keep it isolated
|
|
830
|
+
ps_setup = '$p = \"$env:LOCALAPPDATA\\MyTunesApp\\v178\"; if (!(Test-Path $p)) { New-Item -ItemType Directory -Path $p -Force }'
|
|
828
831
|
ps_args = [
|
|
829
|
-
f'--app
|
|
832
|
+
f'--app=\"{live_url}\"',
|
|
830
833
|
'--window-size=712,800',
|
|
831
834
|
'--window-position=100,100',
|
|
832
|
-
'--user-data-dir
|
|
835
|
+
'--user-data-dir=\"$p\"',
|
|
833
836
|
'--new-window',
|
|
834
837
|
'--no-first-run',
|
|
835
838
|
'--disable-extensions'
|
|
836
839
|
]
|
|
837
|
-
# Join with commas for PowerShell -ArgumentList
|
|
838
840
|
arg_list = ",".join([f"'{a}'" for a in ps_args])
|
|
839
|
-
|
|
841
|
+
ps_launch = f'Start-Process chrome -ArgumentList {arg_list}'
|
|
840
842
|
|
|
841
|
-
|
|
843
|
+
# Full command combining directory setup and launch
|
|
844
|
+
full_ps = f"{ps_setup}; {ps_launch}"
|
|
845
|
+
subprocess.Popen(["powershell.exe", "-NoProfile", "-Command", full_ps], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
|
842
846
|
launched = True
|
|
843
847
|
except:
|
|
844
|
-
# Fallback to
|
|
848
|
+
# Fallback to general start
|
|
845
849
|
try:
|
|
846
850
|
subprocess.Popen(["cmd.exe", "/c", "start", live_url], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
|
847
851
|
launched = True
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mytunes-pro
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.8
|
|
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.7.
|
|
22
|
+
**현대적인 CLI 유튜브 뮤직 플레이어 (v1.7.8)**
|
|
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.7.
|
|
211
|
+
**Modern CLI YouTube Music Player (v1.7.8)**
|
|
212
212
|
A lightweight, keyboard-centric terminal player for streaming YouTube music.
|
|
213
213
|
|
|
214
214
|
---
|
|
@@ -296,7 +296,13 @@ sudo apt install mpv python3 python3-pip pipx python3-venv -y
|
|
|
296
296
|
|
|
297
297
|
## 🔄 Changelog
|
|
298
298
|
|
|
299
|
-
### v1.7.
|
|
299
|
+
### v1.7.8 (Latest)
|
|
300
|
+
|
|
301
|
+
- **Native PowerShell Profile Management**: Resolved directory read/write errors in WSL by moving all profile creation and path handling to the Windows side via PowerShell.
|
|
302
|
+
- **Improved Security & Isolation**: Profiles are now created in the standard Windows `LOCALAPPDATA` directory with native permissions, ensuring Chrome can always access its data.
|
|
303
|
+
- **Backslash Consistency**: Forced backslash-only paths through pure PowerShell logic, fixing the mixed-slash issue seen in WSL.
|
|
304
|
+
|
|
305
|
+
### v1.7.7
|
|
300
306
|
|
|
301
307
|
- **PowerShell Launch (WSL/Win)**: Switched to `powershell.exe` for launching browsers from WSL to ensure robust argument parsing and path handling.
|
|
302
308
|
- **Directory Fix**: Resolved "cannot read or write" error on Windows/WSL by utilizing `$env:TEMP` directly within a native shell context.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|