hudec117 / Mpv.NET-lib-

.NET embeddable video/media player based on mpv for WinForms and WPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the project name was already in use since two years...

stax76 opened this issue · comments

the project name was already in use since two years...

https://github.com/stax76/mpv.net

Hi,

I'll look into what I can rename the project to. In the meantime, any ideas?

My player is more or less finished and I'm happy with it except I would like to have python scripting using the latest cpython, unfortunately I'm not good in python and C++ so it's gonna be hard if I follow that goal.

What are your goals? It seems there is quite a bit work to do to make it a complete player, I only found two samples that hardly do anything except playing a file. Are you gonna use winforms or wpf or something else?

My player was not created to be a full usable application like yours. It's meant to be used more like an API - providing an easy way to introduce a video player into other people's applications. More like a re-usable component/user control.

Because of this distinction, it would probably be appropriate to rename my project so it does not clash with yours, any ideas on what it could be called?

libmpv.net?

Yeah something along those lines. I'll assess what will have to be changed and start making changes as soon as I have time.

You can rename your project in the project settings.

mpvnet-player/mpv.net#18

Hiya @stax76, I've renamed the project. Unfortunately I cannot rename the nuget package as those are immutable. I will also add a note to the README for your project.

Hello @stax76, are you satisfied with this?

Hi, it's OK.