Firefly 1.0?

Viewing 5 posts - 11 through 15 (of 15 total)
  • Author
    Posts
  • #8937
    belu
    Participant

    > I’ll chime in to point out that the new nightlies are very stable (Ubuntu)

    That’s true for the WIN-versions (german) as well. Two minor points: The Icon in the taskbar often indicates “server not running” (dark red) while it is running in fact .
    “save” on the web-interface configuration page doesn’t show any reactions (while “cancel” does).

    In any case: a great program.

    Just a question in passing: Is it possible to get a list of the files actually stored in the database?

    BeLu

    #8938
    fizze
    Participant

    Moinmoin!

    @belu wrote:

    Just a question in passing: Is it possible to get a list of the files actually stored in the database?
    BeLu

    Sure is. It wont look charming, but sqlite does the job.

    select path || fname from songs;

    in sqlite should do the trick. Im not perfectly sure wether fname already includes the path. in that case, just omit the “path ||”.
    “||” is the concatenation operator in *SQL, for those who are DB-inclined 😀

    #8939
    rpedde
    Participant

    @belu wrote:

    > I’ll chime in to point out that the new nightlies are very stable (Ubuntu)

    That’s true for the WIN-versions (german) as well. Two minor points: The Icon in the taskbar often indicates “server not running” (dark red) while it is running in fact .
    “save” on the web-interface configuration page doesn’t show any reactions (while “cancel” does).

    In any case: a great program.

    Just a question in passing: Is it possible to get a list of the files actually stored in the database?

    BeLu

    Is this on vista?

    #8940
    rpedde
    Participant

    @fizze wrote:

    Im not perfectly sure wether fname already includes the path. in that case, just omit the “path ||”.

    Other way, actually… path includes fname. fname is just the file part, while path is whole thing *including* filename and extension.

    — Ron

    #8941
    belu
    Participant

    Two minor points: The Icon in the taskbar often indicates “server not running” (dark red) while it is running in fact .
    “save” on the web-interface configuration page doesn’t show any reactions (while “cancel” does).

    BeLu[/quote]

    Is this on vista?[/quote]

    No: XP Sp2

    BeLu

Viewing 5 posts - 11 through 15 (of 15 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.