• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. Timpie
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Timpie

    • T

      Getting Sql errors all of a sudden

      Technical Help
      • • • Timpie
      3
      0
      Votes
      3
      Posts
      329
      Views

      jonasJ

      FTS = Full-text search. It's a table only used for the collection search.
      Error probably means that the rowid it's trying to insert into songs_fts already exists, which is very strange, unless you have manually modified the database.

      Try re-creating the songs_fts data, with the following commands:

      Remove all songs_fts data:

      delete from songs_fts;

      Re-create songs_fts data from songs:

      INSERT INTO songs_fts (ROWID, ftstitle, ftsalbum, ftsartist, ftsalbumartist, ftscomposer, ftsperformer, ftsgrouping, ftsgenre, ftscomment) SELECT ROWID, title, album, artist, albumartist, composer, performer, grouping, genre, comment FROM songs;
    • T

      New directories are not added

      Technical Help
      • • • Timpie
      13
      0
      Votes
      13
      Posts
      1.7k
      Views

      jonasJ

      @MarieSophieSG
      Check that strawberry-tagreader is running with ps -xua | grep strawberry

    • T

      Stats & ratings disabled for new songs

      Technical Help
      • • • Timpie
      2
      0
      Votes
      2
      Posts
      233
      Views

      jonasJ

      @Timpie
      Playlist / Add folder will only add the songs to the playlist (database), not the collection library, you need to add them via settings / collection, then re-add them to the playlist.