Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Technical Help
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • O

      Song not scrobbled
      last.fm libre.fm scrobble • • OriNOVet

      2
      0
      Votes
      2
      Posts
      52
      Views

      O

      Found the problem. Offline mode was enabled for some reason. Is there some way to scrobble the songs during offline mode again?

    • rustykramer

      Using SMART playlists with SUBSONIC collection
      • rustykramer

      2
      1
      Votes
      2
      Posts
      147
      Views

      C

      That doesn't work for me either. In clementine it kind of works. Recently played includes full albums even if only one track from the album has been played...

    • O

      Edit database manually
      • OriNOVet

      2
      0
      Votes
      2
      Posts
      78
      Views

      O

      Ahh got it to work. I have to refresh the opened playlist. Then the imported dates are visible. If someone needs the export SQL from Media Monkey to Strawberry:

      SELECT SongPath, Artist, Album, AlbumArtist, TrackNumber, DiscNumber, SongTitle, PlayCounter, strftime('%s', datetime(LastTimePlayed + 2415019.0)) as lastplayed FROM Songs WHERE LastTimePlayed > 0;

      Media Monkey uses juliandate to save the date. I export the other fields additionally, to match the fields in Strawberry and find the correct songs. Form the returned entrys, i create the above UPDATE statement for Strawberry:

      UPDATE `songs` SET `lastplayed` = 1631919400, `playcount` = 4 WHERE `artist` = "Some Artist" AND `album` = "Some album" AND `track` = 5 AND `title` = "some title";
    • O

      Import last played timestamp
      sync last.fm media monkey timestamp playcount • • OriNOVet

      2
      0
      Votes
      2
      Posts
      59
      Views

      O

      I found in "Tools" an entry to import this data from last.fm, which works as expected. Is there a way to use libre.fm, instead of last.fm?

    • D

      Strawberry won't launch, missing libraries libstapp-1.0.so.0
      • DanDucky

      3
      0
      Votes
      3
      Posts
      41
      Views

      D

      @jonas

      sudo pacman -S gst-plugins-base-libs

      fixed it :3

    • H

      Silence removal on playback
      • Hideman

      1
      0
      Votes
      1
      Posts
      33
      Views

      No one has replied

    • E

      Segmentation fault when trying to open Strawberry
      • elohimeth

      3
      0
      Votes
      3
      Posts
      51
      Views

      E

      @jonas it worked! Thank you for your fast answer, this solved the problem.

    • B

      interface language switched to Czech after package update
      • brian997

      1
      0
      Votes
      1
      Posts
      57
      Views

      No one has replied

    • T

      Error on Windows 7 "GetSystemTimePreciseAsFileTime"
      • Tyco72

      5
      0
      Votes
      5
      Posts
      444
      Views

      T

      @jonas
      Ok, the StrawberrySetup-0.9.3-Qt6-x64.exe works. Thank you for the help.

    • S

      Can not add folder to strawberry collection
      • sirga89

      6
      0
      Votes
      6
      Posts
      192
      Views

      B

      @jonas I change it and nothing.
      Thanks

    • N

      Compile Strawberry with libgpod to access ipod?
      • Nad

      5
      0
      Votes
      5
      Posts
      205
      Views

      jonas

      @lindsey
      We got nothing to do with the flatpak, you need to report that to flatpak.
      The regular releases and the PPA repository is compiled with libgpod.

    • G

      sqlite3 fails to load flac files from directory in Collection
      • Greywolf

      3
      0
      Votes
      3
      Posts
      211
      Views

      jonas

      @greywolf
      This bug should already be fixed if you use the latest code from git master.

    • J

      Shuffle mode not working on "300 newest tracks" smart playlist
      • JimmyMcNulty

      2
      0
      Votes
      2
      Posts
      77
      Views

      J

      @jimmymcnulty Sorry it was originally "Newest tracks" I increased to 700 songs and the other is "50 random tracks"

    • S

      Lyrics from Genius
      • snakefinger

      12
      0
      Votes
      12
      Posts
      411
      Views

      S

      @jonas Thanks for the update, that sounds great. I have "Solsbury Hill" so I will use that to verify once the new build is available. I appreciate all of your hard work on creating a great app!

    • A

      "Love" track via command line?
      • apitanga

      1
      0
      Votes
      1
      Posts
      36
      Views

      No one has replied

    • V

      What does "Intro tracks" repeat mode do?
      • v1993

      2
      0
      Votes
      2
      Posts
      200
      Views

      S

      @v1993 +1 on this question. Maybe it is a planned (future) feature but when I saw it I thought maybe it played the first 30 seconds (or some other duration) of each track in a playlist. I've tried enabling it before or after loading a playlist but nothing really seems to happen. Just curious.

    • B

      Delayed start.
      • Bane

      1
      0
      Votes
      1
      Posts
      41
      Views

      No one has replied

    • X

      Use different engine than GStreamer
      • xschatten

      3
      0
      Votes
      3
      Posts
      197
      Views

      X

      @jonas Thank you for the informative answer! The reason I wanted to make the switch is because of a gapless playback issue with GStreamer while playing mp3 files, but I guess I will stick to it and update my library. Many thanks!

    • X

      No audio when seeking a different part of the track
      • xmetal

      2
      0
      Votes
      2
      Posts
      61
      Views

      D

      @xmetal said in No audio when seeking a different part of the track:

      this is a recent issue

      Hi,

      Just some clarification:
      By " this is a recent issue" do you mean that Strawberry Version 1.0 on Manjaro was seeking correctly for you previously and stopped working?

    • P

      Hi Sample Rate MONO files on OSS/BSD play 2x speed
      • poppop

      2
      0
      Votes
      2
      Posts
      82
      Views

      P

      @poppop LOL - I kept typing vsn 3.0 of Strawberry. You are probably wondering how I got such an advance copy! 😉 I had "3.0" on my mind because of the new Blender major release this weekend, haha. I meant to type Strawberry 1.0, needless to say.

      Thanks!

    Powered by NodeBB | Contributors