Commit Graph

5 Commits

Author SHA1 Message Date
a25a4eb62d rind: Replace some calls to trak.lookup() with trackdb.track.Track()
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2020-11-14 16:56:28 -05:00
1fc448996e curds: Switch over to the new track database system
It is way faster during scanning due to the db key changes, which I
wasn't expecting at the time.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-12-09 14:34:16 -05:00
5f079d6a58 curds: Rename curds/tags/ -> curds/trak/
The "tags" name doesn't really fit anymore now that we removed the Album
class. Let's change the name to something more accurate.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-12-09 10:05:00 -05:00
1b603ad567 curds: Move the track tag into a new file
And out of the __init__.py stuff

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-08-09 13:57:28 -04:00
9fad64e972 rind: Create a function for loading and playing specific tracks
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-05-22 09:25:01 -04:00