diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2020-06-18 17:23:05 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2020-06-18 17:27:44 +0200 |
| commit | 60ae8163beabb425bc7b35879a83bbb4f7779d6c (patch) | |
| tree | dbab98ec521a36ae6d37cbc0b41e4d6ec2ae33e5 | |
| parent | b8264a945703683f600cf130d3ce04e924eeb64d (diff) | |
| download | blog-60ae8163beabb425bc7b35879a83bbb4f7779d6c.tar.gz blog-60ae8163beabb425bc7b35879a83bbb4f7779d6c.zip | |
Add parserato and cuesync
| -rw-r--r-- | content/projects/cuesync.md | 8 | ||||
| -rw-r--r-- | content/projects/parserato.md | 8 | ||||
| -rw-r--r-- | static/images/cuesync.jpg | bin | 0 -> 120387 bytes | |||
| -rw-r--r-- | static/images/parserato.jpg | bin | 0 -> 75673 bytes |
4 files changed, 16 insertions, 0 deletions
diff --git a/content/projects/cuesync.md b/content/projects/cuesync.md new file mode 100644 index 0000000..e6eee45 --- /dev/null +++ b/content/projects/cuesync.md @@ -0,0 +1,8 @@ +--- +date: 2020-06-13 +title: Cue Sync Pro +link: https://cuesync.pro +image: /images/cuesync.jpg +--- + +Desktop app to migrate music file tags between Serato DJ and Algoriddim Djay. diff --git a/content/projects/parserato.md b/content/projects/parserato.md new file mode 100644 index 0000000..8032035 --- /dev/null +++ b/content/projects/parserato.md @@ -0,0 +1,8 @@ +--- +date: 2020-05-23 +title: Parserato +link: https://github.com/schneefux/parserato +image: /images/parserato.jpg +--- + +NodeJS reader and writer for Serato DJ file meta data. diff --git a/static/images/cuesync.jpg b/static/images/cuesync.jpg Binary files differnew file mode 100644 index 0000000..9a3af71 --- /dev/null +++ b/static/images/cuesync.jpg diff --git a/static/images/parserato.jpg b/static/images/parserato.jpg Binary files differnew file mode 100644 index 0000000..1993831 --- /dev/null +++ b/static/images/parserato.jpg |
