vinz243

Results 78 comments of vinz243

There is probably a memory leak somewhere, how many files do you have? I would need to try and identify it while scanning my music. If you want to fiddle...

wow, that is indeed a lot of files how many different artists/albums? I mean is it random tracks from everywhere or lots of from the same artist? in the latter...

If you want to just try it might be better try it without your whole collection. I think you'll need a few files to make it work tho

It is, right now there is no way to change it except by changing the code (or using the alpha version). You can still curl localhost:9000 to check it's working...

mb, it was `pm2 start $(dirname $(readlink -f $(which compactd)))/server/index.js --name compactd`

can you paste the full log pls? where did you get this error?

can you paste the full content of the developpers tool console? or a screen ?

This is weird, the upgrade script looks broken even tho it works for me... anyway you can bypass the upgrade script using: ``` echo -n '1.2.2' > ~/.compactd/_version ``` I...

There is bug you need to create the database. Open `~/.compactd/config.json` and locate the `couchPassword` value. then do: ``` curl -X PUT http://admin:@localhsot:5984/trackers ```

> I also want to see about getting the android app I would love it too, I'm struggling with getting couchbase working (java API for couchdb). > Sorry another small...