Onur Çelebi
Onur Çelebi
Add a download button so that the user can download the extracted segment locally. [Internal issue: 38]
The seamlisten project doesn't have test related to the webserver part. Could we add pytest with a few very simple initial tests? [Internal issue: 27]
Usually when we paste something in the query textbox, the next action is to click on "fetch" or press enter. Would that be useful to actually detect a paste (not...
The headers of css files contain copyright information with double slash comments which are invalid css. Modify them to `/* */` comments.
Add some selenium (or any other headless browser) based frontend tests
When displaying a single audio file, the fetched audio is extended, but the UI doesn't show the gray area. Example: "/path/to/12953/some.mp3 69755904 69807072"
We display a gray idea around the real audio segment to an idea of the context. When we start the playback, it starts at the beginning of the non-gray area...
when we listen to many segments, we want to have an idea based on the score. We usually want to jump to a specific score. So we use the pagination...
When we play a segment, we could have the elapsed/remaining time displayed. For some segments, we also know where we are in the whole file, we could also display that...
When displaying single segments in seamliten the padding is added to the segment without being highlighted. To reproduce paste this segment in seamlisten ``` /path/to/audio/some.mp3 1917117 1962282 ``` to verify...