-
https://github.com/reAudioPlayer/one/blob/a4235e035a73ea47a93b5ee1ac95c04a25cddfaf/src/server/handler/meta.py#L179
```python
tracks = result.unwrap()
metadatas = [ Metadata(…
-
https://github.com/reAudioPlayer/one/blob/980c5c7cc9eed56716573004c19f476879f9d49d/src/server/player/playlistManager.py#L163
```python
playlist = self.get(playlistId)
if playlist is …
-
https://github.com/reAudioPlayer/one/blob/da9af983f0eab9a3a64e0a5a76b8be82d661e5bd/src/server/handler/meta.py#L276
```python
releaseDate = spotifySong.releaseDate,
)
…
-
https://github.com/reAudioPlayer/one/blob/9ef51ab3adafe13836c6f5a4165b930800e50d1d/src/ui/src/common.ts#L40
```typescript
}
export interface ISong {
source?: string; // TODO(dxstiny) src or sou…
-
https://github.com/reAudioPlayer/one/blob/f50ff13686a224fa782dfc7850aa7bab5670bbf6/src/ui/src/components/Playlist/LightPlaylistEntry.vue#L57
```html
// TODO remove this component and the others i…
-
https://github.com/reAudioPlayer/one/blob/d44df9a47f2c3ac123551a67c8e732ee6a2b0e28/src/ui/src/Player.vue#L181
```html
console.log("player: setInterval");
setInterval(() => { // TOD…
-
https://github.com/reAudioPlayer/one/blob/8b68761885408451da6f5933fdc006cb27958eec/prototype/plotWaveForm.py#L3
```python
# TODO mp3 to wav
# TODO implement
# TODO colours
import os
import scipy.io…
-
https://github.com/reAudioPlayer/one/blob/8b68761885408451da6f5933fdc006cb27958eec/prototype/plotWaveForm.py#L2
```python
# TODO mp3 to wav
# TODO implement
# TODO colours
import os
import scipy.io…
-
https://github.com/reAudioPlayer/one/blob/8b68761885408451da6f5933fdc006cb27958eec/prototype/plotWaveForm.py#L1
```python
# TODO mp3 to wav
# TODO implement
# TODO colours
import os
import scipy.io…
-
https://github.com/reAudioPlayer/one/blob/7073c8ee7ff9c4f4dfe9d93431016cbfd28e0ba0/src/server/handler/download.py#L58
```python
res = web.FileResponse(pathAndName,
headers=Multi…