Alex Phillips

Results 95 comments of Alex Phillips

@phanan Sorry, just getting around to fixing this. I've done some quick testing with just passing the force path into the `gatherFiles` function (which invokes the `Finder` class from symfony),...

@phanan any thoughts on this? Skipping over the paths during `gatherFiles` as you suggested removes them from the database afterwards (since it removes any songs it didn't find).

@phanan I'm a little confused with your suggestion. If we perform `gatherFiles` only on a subset of files, then there's no way to really determine which file hashes should be...

@phanan it also looks like the StyleCI errors are actually still present in the master branch too if I'm not mistaken.

@phanan Looks like it's broken due to the migrations not having namespaces.

@X-Ryl669 The travis message looks like its a linting problem with the code. It expects every `.php` class to be namespaces, but the database migrations aren't / probably shouldn't be....

@X-Ryl669 What is `folderStore` item I keep seeing in your changes? Is that something that needs to be left out?

@phanan All tests pass, the StyleCI fails due to the migration classes. What's the best way to handle these? @X-Ryl669 do the changes look like they incorporate all of yours?

Any update on this?

@X-Ryl669 So here's an issue. @phanan wants this compatible with the AWS implementation. How will the technique of storing genres in their own table with a foreign ID be handled...