FreeTubeApp / FreeTube

An Open Source YouTube app for privacy
https://freetubeapp.io/
GNU Affero General Public License v3.0
13.66k stars 864 forks source link

Open with PotPlayer error #5281

Closed barongi closed 5 months ago

barongi commented 5 months ago

Guidelines

Describe the bug

I choose a video and choose "Open in PotPlayer" but get a window that says something about potplayermini64.

Expected Behavior

I expect PotPlayer to open and play the video.

Issue Labels

content not loading, feature stopped working

FreeTube Version

0.20.0 Beta

Operating System Version

Windows 11 Home 23H2

Installation Method

.exe

Primary API used

Invidious API

Last Known Working FreeTube Version (If Any)

No response

Additional Information

I have been using PotPlayer for years and it's common knowledge that the 64-bit version does not work as well as the 32-bit version. Therefore I never ever install the 64-bit version. I think FreeTube assumes everyone installs the 64-bit version, which is incorrect. Therefore FreeTube should be looking for potplayermini.exe instead of potplayermini64.exe, or both.

Screenshot-1

Nightly Build

barongi commented 5 months ago

Adding C:\Program Files (x86)\DAUM\PotPlayer\PotPlayerMini.exe to PATH fixes this problem.

efb4f5ff-1298-471a-8973-3d47447115dc commented 5 months ago

duplicate of https://github.com/FreeTubeApp/FreeTube/issues/5215