namidaco / namida

A Beautiful and Feature-rich Music & Video Player with Youtube Support, Built in Flutter
Other
2.33k stars 140 forks source link

Feature Request - Add Desktop Variant #14

Open JosephSanjaya opened 1 year ago

JosephSanjaya commented 1 year ago

Hi team,

I’m a big fan of your media player, but I’m disappointed to see that it’s only available for mobile devices. I use a desktop media player all the time, like Spotube, and I would love to see a desktop version of your app to ensure consistent user experiences.

MSOB7YY commented 1 year ago

not so easy, lots of parts were implemented only for Android

  1. newpipe_extractor which powers YouTube section
  2. waveform_extractor (may be implemented using ffmpeg)
  3. faudiotagger which reads/edit audio tags (can be replaced with ffmpeg but too much work)
  4. folders structure tree, optimized for android
  5. some other minor parts
  6. then you got the ui adaptation which would be massive

i can't say it's impossible but it's not a priority and may or may not come one day

if you are looking for a good music player on desktop, check out Harmonoid, an elegant one

MSOB7YY commented 1 year ago

update: package:ffmpeg_kit is currently not supported for windows, which increases the impossibility of a desktop version

IOS on the other hand might be easier, if there was a good alternative for newpipe extractor

samtabareh commented 4 months ago

Are there any other good desktop alternatives that are similar to Namida?

MSOB7YY commented 4 months ago

@samtabareh didnt find any similar to namida but harmonoid is a great one