mytunes-pro 1.7.6__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.6/src/mytunes_pro.egg-info → mytunes_pro-1.7.8}/PKG-INFO +16 -4
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/README.md +15 -3
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/pyproject.toml +1 -1
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/src/mytunes/app.py +17 -16
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8/src/mytunes_pro.egg-info}/PKG-INFO +16 -4
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/LICENSE +0 -0
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/setup.cfg +0 -0
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/src/mytunes/__init__.py +0 -0
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/src/mytunes_pro.egg-info/SOURCES.txt +0 -0
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/src/mytunes_pro.egg-info/dependency_links.txt +0 -0
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/src/mytunes_pro.egg-info/entry_points.txt +0 -0
- {mytunes_pro-1.7.6 → mytunes_pro-1.7.8}/src/mytunes_pro.egg-info/requires.txt +0 -0
- {mytunes_pro-1.7.6 → 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,19 @@ 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
|
|
306
|
+
|
|
307
|
+
- **PowerShell Launch (WSL/Win)**: Switched to `powershell.exe` for launching browsers from WSL to ensure robust argument parsing and path handling.
|
|
308
|
+
- **Directory Fix**: Resolved "cannot read or write" error on Windows/WSL by utilizing `$env:TEMP` directly within a native shell context.
|
|
309
|
+
- **Reliable Sizing**: Guaranteed window size application by combining isolated profiles with PowerShell's superior process management.
|
|
310
|
+
|
|
311
|
+
### v1.7.6
|
|
300
312
|
|
|
301
313
|
- **Isolated Browser Profile**: Guaranteed window sizing for the Live Station (F8) on Windows/WSL by forcing an isolated browser profile using the Windows `%TEMP%` directory.
|
|
302
314
|
- **WSL Path Translation**: Implemented automatic Windows temp path resolution in WSL to enable session persistence and profile isolation.
|
|
@@ -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,19 @@ 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
|
|
287
|
+
|
|
288
|
+
- **PowerShell Launch (WSL/Win)**: Switched to `powershell.exe` for launching browsers from WSL to ensure robust argument parsing and path handling.
|
|
289
|
+
- **Directory Fix**: Resolved "cannot read or write" error on Windows/WSL by utilizing `$env:TEMP` directly within a native shell context.
|
|
290
|
+
- **Reliable Sizing**: Guaranteed window size application by combining isolated profiles with PowerShell's superior process management.
|
|
291
|
+
|
|
292
|
+
### v1.7.6
|
|
281
293
|
|
|
282
294
|
- **Isolated Browser Profile**: Guaranteed window sizing for the Live Station (F8) on Windows/WSL by forcing an isolated browser profile using the Windows `%TEMP%` directory.
|
|
283
295
|
- **WSL Path Translation**: Implemented automatic Windows temp path resolution in WSL to enable session persistence and profile isolation.
|
|
@@ -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,32 +819,33 @@ class MyTunesApp:
|
|
|
819
819
|
launched = True; break
|
|
820
820
|
except: pass
|
|
821
821
|
|
|
822
|
-
# 3. WSL (Run Windows Chrome via
|
|
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
|
-
#
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
f'--app="{live_url}"',
|
|
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 }'
|
|
831
|
+
ps_args = [
|
|
832
|
+
f'--app=\"{live_url}\"',
|
|
834
833
|
'--window-size=712,800',
|
|
835
834
|
'--window-position=100,100',
|
|
836
|
-
|
|
835
|
+
'--user-data-dir=\"$p\"',
|
|
837
836
|
'--new-window',
|
|
838
837
|
'--no-first-run',
|
|
839
838
|
'--disable-extensions'
|
|
840
839
|
]
|
|
840
|
+
arg_list = ",".join([f"'{a}'" for a in ps_args])
|
|
841
|
+
ps_launch = f'Start-Process chrome -ArgumentList {arg_list}'
|
|
841
842
|
|
|
842
|
-
#
|
|
843
|
-
|
|
844
|
-
subprocess.Popen(["
|
|
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)
|
|
845
846
|
launched = True
|
|
846
847
|
except:
|
|
847
|
-
# Fallback to general start
|
|
848
|
+
# Fallback to general start
|
|
848
849
|
try:
|
|
849
850
|
subprocess.Popen(["cmd.exe", "/c", "start", live_url], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
|
850
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,19 @@ 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
|
|
306
|
+
|
|
307
|
+
- **PowerShell Launch (WSL/Win)**: Switched to `powershell.exe` for launching browsers from WSL to ensure robust argument parsing and path handling.
|
|
308
|
+
- **Directory Fix**: Resolved "cannot read or write" error on Windows/WSL by utilizing `$env:TEMP` directly within a native shell context.
|
|
309
|
+
- **Reliable Sizing**: Guaranteed window size application by combining isolated profiles with PowerShell's superior process management.
|
|
310
|
+
|
|
311
|
+
### v1.7.6
|
|
300
312
|
|
|
301
313
|
- **Isolated Browser Profile**: Guaranteed window sizing for the Live Station (F8) on Windows/WSL by forcing an isolated browser profile using the Windows `%TEMP%` directory.
|
|
302
314
|
- **WSL Path Translation**: Implemented automatic Windows temp path resolution in WSL to enable session persistence and profile isolation.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|