Giter Club home page Giter Club logo

Comments (8)

sentriz avatar sentriz commented on June 5, 2024

hi. did you see an errors in the logs while scanning?

from gonic.

Kabsky avatar Kabsky commented on June 5, 2024

Hi,

I hope those are the log you want:

gonic | 2020/01/24 10:56:59 response 303 for /admin/start_scan_do
gonic | 2020/01/24 10:57:00 finished scan in 320.935929ms, +226/435 tracks (0 err)
gonic | 2020/01/24 10:57:00 response 200 for /admin/home
gonic | 2020/01/24 10:57:00 finished clean in 13.153914ms, -0 tracks

On front page in the stats section:
artists: | 9
albums: | 18
tracks: | 209

from gonic.

sentriz avatar sentriz commented on June 5, 2024

can you show me what sort of file types you have in your music collection? maybe there are files types that gonic doesn't know about get

find /path/to/my/music -type f | awk -F. '!a[$NF]++{print $NF}'

from gonic.

Kabsky avatar Kabsky commented on June 5, 2024
find /data/music/ -type f | awk -F. '!a[$NF]++{print $NF}'
mp3
png
jpg

Reading issue #14 , i have the same behavior (in seconds not minutes):

Originally posted by @MichaelBechHansen in #14 (comment)

When starting a new scan, the album, artist and track counts go up for a few minutes, but the stops and reverts to the pre-scan count.

I have no problem with:
Jellyfin (crappy android apps for music)
AirSonic (good, but slow and java footprint...)
Supysonic: the best for me with gonic ;)

from gonic.

sentriz avatar sentriz commented on June 5, 2024

hi! i think this may be fixed now. stupidly i was doing a join instead instead of left join to get track counts a while ago, hiding results from some queries

from gonic.

Kabsky avatar Kabsky commented on June 5, 2024

hello, i have updated to 0.8.8.
Delete the whole config to try, but always the same behavior: "scan full" = 209 tracks.
Another scan and bam it display 377 tracks until i refresh the page and came back to 209 tracks :(

from gonic.

sentriz avatar sentriz commented on June 5, 2024

interesting. sounds the exact same as #63 gonna close in favour of that. btw if anyone is willing to help debug this more. an idea might be to email me link to a portion of tracks (say with firefox send or something) some that scan correctly, and some that dont. i can try to reproduce this then. thanks!

from gonic.

sentriz avatar sentriz commented on June 5, 2024

should be fixed now! thanks for all your help

from gonic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.