Keith Edmunds kae
  • Joined on 2021-05-28
kae commented on issue kae/musicmuster#154 2023-01-20 22:09:15 +00:00
PlaylistRows.fixup_rownumbers() should never be needed

Very little use now - sanity check on playlist load and when moving rows. Acceptable.

kae closed issue kae/musicmuster#154 2023-01-20 22:09:15 +00:00
PlaylistRows.fixup_rownumbers() should never be needed
kae closed issue kae/musicmuster#161 2023-01-20 22:05:37 +00:00
Exception when adding track with note and it being moved
kae pushed to dev at kae/musicmuster 2023-01-20 22:05:37 +00:00
d471082e3f Clean up dependencies, update them, add vulture settings
e77c05b908 Remove unused functions
ffa3015ac3 Fix move existing track when adding duplicate with note
f8dcc69a55 Python typing fixups
Compare 4 commits »
kae closed issue kae/musicmuster#162 2023-01-19 23:42:03 +00:00
Error moving unplayed tracks
kae pushed to dev at kae/musicmuster 2023-01-19 23:42:03 +00:00
c04114b07a Fix some type hints
92852f7e27 Fix bug moving unplayed tracks
Compare 2 commits »
kae opened issue kae/musicmuster#162 2023-01-19 22:45:22 +00:00
Error moving unplayed tracks
kae commented on issue kae/musicmuster#161 2023-01-19 09:09:23 +00:00
Exception when adding track with note and it being moved

In playlists.py:insert_track(), this code doesn't take account of any note added:

        if existing_plr and ask_yes_no("Duplicate row",
                                       "Track…
kae opened issue kae/musicmuster#161 2023-01-19 09:03:11 +00:00
Exception when adding track with note and it being moved
kae pushed to dev at kae/urma 2023-01-18 21:23:32 +00:00
b15c1029ef Tests run, database populates
kae pushed to dev at kae/urma 2023-01-17 18:26:02 +00:00
66d9c7c6b5 First pass processing tests run OK
kae pushed tag v2.7.9 to kae/musicmuster 2023-01-16 17:20:51 +00:00
kae pushed to master at kae/musicmuster 2023-01-16 17:20:46 +00:00
0507f495ad Fix adding only a note from track dialog
kae pushed to dev at kae/musicmuster 2023-01-16 17:20:26 +00:00
0507f495ad Fix adding only a note from track dialog
d87ff80bef Fix next track not selected when playing top row
Compare 2 commits »
kae closed issue kae/musicmuster#160 2023-01-16 17:20:25 +00:00
Exception adding note but no track from track dialog
kae opened issue kae/musicmuster#160 2023-01-16 12:01:06 +00:00
Exception adding note but no track from track dialog
kae pushed to dev at kae/urma 2023-01-15 21:19:26 +00:00
e14177c069 First pass of model tests complete
d8f0beec43 Change to CLI; introduce tests
Compare 2 commits »
kae pushed to dev at kae/urma 2023-01-10 17:09:17 +00:00
b797746229 Mass loading but overrunning API limits
kae pushed to dev at kae/urma 2023-01-07 23:25:58 +00:00
e6d8f10fe3 Posts display and step forward, boosted posts handled.
kae pushed tag v2.7.8 to kae/musicmuster 2023-01-07 12:27:35 +00:00