Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djrandom-py
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ale
djrandom-py
Graph
c6466493e7dcc182bb878de7f2a01fed686f5ff6
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Oct
23
Apr
3
13
Mar
27
Feb
26
25
11
27
Jan
22
21
20
21
20
21
20
17
27
Nov
26
23
20
19
31
Oct
30
29
28
27
18
16
15
12
10
8
2
30
Sep
29
28
27
26
25
24
22
17
13
Aug
3
2
1
27
Jul
26
25
24
23
22
21
19
18
remove primitive mood extraction features, they are not working properly right now
master
master
change Markov model to use log(count) when computing frequency distribution; expose the transition probabilities via the JSON API
add capability of filtering by artist/title, for testing purposes
add capability of filtering by artist/title, for testing purposes
fix markov lookup parameters (we were using n=2)
Merge branch 'master' of https://git.autistici.org/djrandom
add logging
remove empty deps
abandon pyinotify
use http since people are confused by https
added references to Debian package reposiroty
add an init script to run djrandom-client as daemon with the debian package
fix test
bump version
keep track of total uploaded bytes
ignore files that start with dots, and appledouble folders
remove support for realtime filesystem watches to simplify the client even more (besides, it never worked on linux)
update DJRandomUploader app to XCode 4 and OSX 10.7
add --exclude option to prevent certain paths from being scanned
support excluding paths from upload
send uploaded_at as an iso-format date string
load the song metadata from the backend, instead of scraping the playlist HTML
fix typo
add a "skip" button (Next)
provide some progress feedback on stdout
commit more often
make the features a BLOB
set default port to 3003, enable flask debugging
Merge branch 'master' of https://git.autistici.org/djrandom
resolve merge conflict
add a standalone server to run the timbre vector search db
run the feature extractor in a separate process to avoid memory leaks
convert paths to str objects for marsyas
Merge branch 'master' of git.autistici.org:djrandom
add a frontend for the timbre feature extraction processor
add a tiny swig wrapper for computing euclidean distance between Marsyas::realvec
re-implement timbre detection using Marsyas SWIG wrappers
Merge branch 'master' of https://git.autistici.org/djrandom
call history.restore() on init
Merge branch 'master' of https://git.autistici.org/djrandom
Loading