yeppiidev / MusicDLP

A yt-dlp frontend for downloading MP3/M4As from YouTube/YouTube Music
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

TODO: Fixup UI elements, arrange UI for better accessibility (WPF Port) #2

Open yeppiidev opened 6 months ago

yeppiidev commented 6 months ago

The current UI looks like it was made for Windows XP. Only if there was someone with the spirit to reuse the code from this project and create a fork that uses WPF instead of WinForms....

DerekGooding commented 6 months ago

Still need to connect some code and cleanup the Option menu UI. But it's there.

Since I didn't replace your original work, I could submit a PR if you'd like, and close out the issue. Your call. I'm fine with leaving it as a fork also.

yeppiidev commented 6 months ago

Oh man I really appreciate your work! I have no idea about WPF so I doubt I'd even touch the WPF part. I will now learn it just for this project :) Thanks for spending your time porting, please make a PR and I'll merge it

yeppiidev commented 6 months ago

I'll leave this issue open as you said it needs more work

DerekGooding commented 6 months ago

Oh man I really appreciate your work! I have no idea about WPF so I doubt I'd even touch the WPF part. I will now learn it just for this project :) Thanks for spending your time porting, please make a PR and I'll merge it

Don't mention it. Upgrading projects is a weird thing I like to do for fun. I'm just glad I found your issue. MVVM might be a bit jarring coming from a winForms, codebehind understanding. But once you see things working, it'll click. Also, feel free to ask any questions or message me directly.

yeppiidev commented 6 months ago

@DerekGooding Could you update the README to include screenshots for the WPF version? (Just put it under a section with any details you'd like to mention)