Marks Polakovs
64064bd5e4
Whoops, derp
2021-04-28 09:16:42 +01:00
Marks Polakovs
5a52c16bd8
Hotfix for bro-ken prod deploys
2021-04-28 09:06:12 +01:00
Marks Polakovs
c391ecc7fa
Fix "repair failed"
...
In a showplan with nothing in column 0 or 1 that is corrupt (has non-consecutive item weights), the repair code would generate invalid operations, because it used the index of the channel it was repairing rather than the correct channel number.
2021-04-28 08:57:36 +01:00
Marks Polakovs
fecbfc79c3
Merge pull request #225 from UniversityRadioYork/marks/sentry
2021-04-25 18:59:02 +01:00
Marks Polakovs
60e318bb0b
Replace Raygun with Sentry
2021-04-25 09:48:37 +01:00
Matthew Stratford
f123249331
Fix waveform scrollbar.
2021-04-25 01:45:34 +01:00
Matthew Stratford
e180f8d65c
Fix waveform scrollbar (again).
2021-04-25 01:44:16 +01:00
Matthew Stratford
199cfc8843
Use window location for API too.
2021-04-25 01:23:05 +01:00
Matthew Stratford
1a479905f6
Tidy up connection screen, use presenter hostname to look for server.
2021-04-25 01:12:13 +01:00
Matthew Stratford
fbe915e9eb
More detailed waveform.
2021-04-24 23:37:27 +01:00
Matthew Stratford
7c029c6b18
Allow dragging of loaded item.
2021-04-24 23:19:46 +01:00
Matthew Stratford
bcde23a06a
Fix laggy player timers.
2021-04-24 23:17:40 +01:00
Matthew Stratford
10ce2b15f0
Set audio markers after load to ensure they work, allow unload display.
2021-04-24 23:12:33 +01:00
Matthew Stratford
1dbf4d3336
Fix playback cursor not returning to 0.
2021-04-24 21:45:40 +01:00
Matthew Stratford
4a0958f1e5
Make pause button unpause.
2021-04-24 21:41:19 +01:00
Matthew Stratford
2b151649c9
Comment out unused import
2021-04-17 18:23:06 +01:00
Matthew Stratford
56b07cb14e
Tidies
2021-04-17 18:22:14 +01:00
Matthew Stratford
445e2d5a7a
Sync audio markers between clients.
2021-04-17 17:37:17 +01:00
Matthew Stratford
6f0eaa65ad
Show audio markers on load, send cue set to server.
2021-04-17 16:57:37 +01:00
Matthew Stratford
e0ff8bdc92
Don't show load show menu by default
2021-04-17 16:01:35 +01:00
Matthew Stratford
d25ad4c0a3
Make wavesurfer cursor sync with playback
2021-04-17 15:32:55 +01:00
Matthew Stratford
c74e3b3fc4
Don't get user resources.
2021-04-17 14:24:27 +01:00
Matthew Stratford
b8a9b7fba5
Remove loadshow index error.
2021-04-17 14:21:50 +01:00
Matthew Stratford
68b5091b58
Add listing and loading of playlists with bapsicle.
2021-04-04 15:26:58 +01:00
Matthew Stratford
84e225951f
Set NeutronStudio port / homepage.
2021-03-30 21:05:17 +01:00
Matthew Stratford
1261cfe3bd
Tidy up compile. Remove some unused code.
2021-03-30 21:01:46 +01:00
Matthew Stratford
98bba1eda8
Make loading more reliable.
2021-03-21 17:10:25 +00:00
Matthew Stratford
43dfaee343
Add basic load show dialogue
2021-03-21 15:40:55 +00:00
Matthew Stratford
6f33fb7667
Remove console spam
2021-03-21 13:20:01 +00:00
Matthew Stratford
2642d2d3fb
Use bapsicle for direct track search
2021-03-21 13:19:29 +00:00
dependabot[bot]
f399c87fe1
Bump jinja2 from 2.11.2 to 2.11.3
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-20 03:29:43 +00:00
Marks Polakovs
0139b666d4
Defocus library dropdown when adding item
...
In #163 we defocus the search box when we drag in an item. However, you can still select a non-music library, drag things in, have the dropdown stay focused, and thus eat hotkeys. This defocuses it as well.
2021-03-18 09:56:18 +00:00
Matthew Stratford
29b746a40d
Pull waveforms from bapsicle
2021-03-15 21:07:59 +00:00
Matthew Stratford
2ca7597b1b
VERY WIP: Make WS connect automatically / no myradio login.
2021-03-15 20:09:07 +00:00
Matthew Stratford
8211fb3d7a
Support moving items in show plan.
2021-03-13 22:35:09 +00:00
Matthew Stratford
b57d04f894
Merge pull request #220 from UniversityRadioYork/marks/party-mode
...
Add Party Mode
2021-03-13 14:29:06 +00:00
Marks Polakovs
2e2c05b264
Show names in the sidebar because we're not monsters
2021-03-13 10:53:18 +00:00
Marks Polakovs
840e969113
Merge remote-tracking branch 'origin/master' into marks/party-mode
2021-03-13 10:43:55 +00:00
Marks Polakovs
d6c09da29a
Add Party Mode
2021-03-13 10:42:18 +00:00
Michael Grace
bc325430ee
Allow option to remain connected on registration failure.
...
Allow option to remain connected on registration failure.
2021-03-02 00:49:07 +00:00
Matthew Stratford
abace4e42b
Allow option to remain connected on registration failure.
2021-03-02 00:45:49 +00:00
Matthew Stratford
6412269b0f
Redirect to login page if we get logged out.
2021-02-28 14:43:14 +00:00
Marks Polakovs
59615f4e06
Merge pull request #214 from UniversityRadioYork/marks/friendly-loading
...
Slightly friendlier loading screen
2021-02-17 19:30:45 +00:00
Matthew Stratford
8825ff27f8
Merge pull request #212 from UniversityRadioYork/mstratford/preview-hover
...
Fix shrinking hoverover.
2021-02-17 18:38:05 +00:00
Brooke Hatton
9b1ad15ec6
add some general refactoring ( #213 )
2021-02-15 13:02:16 +00:00
Marks Polakovs
bac2b3bae5
Slightly friendlier loading screen
2021-02-15 11:11:34 +00:00
Matthew Stratford
3e7e3fcd15
Remove Raygun.
2021-02-14 17:55:17 +00:00
Matthew Stratford
0a134f05f6
Allow WS to control bapsicle Channel Controls
2021-02-14 17:54:51 +00:00
Matthew Stratford
245b1a0807
Further move of WS audio logic to BAPSicle.
2021-02-14 00:28:17 +00:00
Matthew Stratford
d6ad23b46f
Change version number.
2021-02-10 20:08:41 +00:00