FeelUOwn icon indicating copy to clipboard operation
FeelUOwn copied to clipboard

Trying to implement windows now playing

Open BruceZhang1993 opened this issue 2 years ago • 2 comments

Issues to be fixed

  • [x] winrt cannot initialize under aio loop

BruceZhang1993 avatar Mar 13 '22 11:03 BruceZhang1993

@BruceZhang1993

BruceZhang1993 avatar Mar 13 '22 12:03 BruceZhang1993

Screenshot on Windows 11 image

Unofficial media control (ModernFlyouts) image

What's working now Song metadata, pause, resume, next track, previous track, timeline (position + duration)

What's not implemented Seek position, album cover

@cosven

BruceZhang1993 avatar Apr 04 '22 15:04 BruceZhang1993

Pull Request Test Coverage Report for Build 4691182284

  • 2 of 87 (2.3%) changed or added relevant lines in 3 files are covered.
  • 1063 unchanged lines in 44 files lost coverage.
  • Overall coverage decreased (-0.2%) to 61.124%

Changes Missing Coverage Covered Lines Changed/Added Lines %
feeluown/app/server_app.py 1 7 14.29%
feeluown/nowplaying/common/init.py 0 79 0.0%
<!-- Total: 2 87
Files with Coverage Reduction New Missed Lines %
feeluown/gui/widgets/playlists.py 1 30.34%
feeluown/gui/widgets/progress_slider.py 1 94.23%
feeluown/gui/widgets/album.py 2 56.76%
feeluown/gui/widgets/provider.py 2 37.17%
feeluown/library/models.py 4 87.96%
feeluown/gui/widgets/volume_button.py 5 60.0%
feeluown/player/metadata.py 5 87.8%
feeluown/entry_points/run.py 6 52.63%
feeluown/gui/uimain/sidebar.py 6 90.82%
feeluown/gui/widgets/mpv.py 7 41.67%
<!-- Total: 1063
Totals Coverage Status
Change from base Build 2571015540: -0.2%
Covered Lines: 8039
Relevant Lines: 13152

💛 - Coveralls

coveralls avatar Apr 07 '23 08:04 coveralls

winrt 在 Python 3.10 版本中没有可用的安装包

cosven avatar Apr 11 '23 02:04 cosven