Rise-Software / Rise-Media-Player

One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
GNU General Public License v3.0
1.07k stars 76 forks source link

Basic video functionality added to PlaylistViewModel #147

Closed isaiahcabugos closed 2 years ago

isaiahcabugos commented 2 years ago

Resolved / Related Issues

Details of Changes Notable changes confined to PlaylistViewModel.cs Added public properties:

Added public async methods:

Validation How did you test these changes?

Notable Attempted fixing editing functionality in playlists. Was not successful. Any residual changes within PlaylistSongsPropertiesPage.xaml.cs was from deleting debugging/commented code.

josephbeattie commented 2 years ago

I’m going to keep this PR open for now while we ensure music playlists are stable in their current form :)

isaiahcabugos commented 2 years ago

Please add the list to the playlist details page, this seems to be code only.

Apologies, I don't get what you mean... Is there a playlist details page where I can add the list of properties and functions that I pushed? Or do you just mean that I should add a comment to the issue #96 page?

Regardless, I'll continue to debug playlist editing. I'm currently rather confused with the invalid cast error that keeps showing up when you click on any of the buttons that are supposed to edit the playlist.

josephbeattie commented 2 years ago

PlaylistDetailsPage.xaml displays the songs in a listview. You need to add videos to that list :)

isaiahcabugos commented 2 years ago

Closing for now. I am unsure when next I will be able to work on this, and there are many features which I still need to add to make this PR substantial.