Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subtitle Selector should open up the folder the media was opened from #481

Closed
thisisartman opened this issue Nov 6, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@thisisartman
Copy link

Describe the bug
Whenever I want to add a subtitle file, the app opens up the previous folder that I selected a subtitle from instead of the folder that I'm currently opening the file from.

How To Reproduce

Expected behavior
It should open up the folder that media file was opened from.

Screenshots

ApplicationFrameHost_2024-11-07_01.54_51657.mp4

Environment

  • OS: Windows 11 Pro 24H2 26100.2033
  • Device: Acer Predator Triton 300
  • App Version: 0.14.1.0

Additional context
Attaching the VLC Media Player behaviour for further context:

vlc_2024-11-07_01.52_51654.mp4
@thisisartman thisisartman added the bug Something isn't working label Nov 6, 2024
@huynhsontung
Copy link
Owner

Unfortunately, this is a limitation of the UWP API. We cannot directly set the start path of the open file picker. The picker can start with only a few supported locations.

https://learn.microsoft.com/en-us/uwp/api/windows.storage.pickers.pickerlocationid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants