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

    bebelalu55

    @bebelalu55

    3
    Reputation
    7
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    bebelalu55 Unfollow Follow

    Best posts made by bebelalu55

    • RE: Library cleared when external drive not connected

      Hello Gustavo & Jonas,

      Thank you for looking at this problem.
      This is not a major bug preventing me from using Strawberry, but just annoying.
      I know how to get round the problem but I am not sure my sister or some of my friends would.
      This could deter them from using it.

      posted in Development
      B
      bebelalu55
    • RE: Library cleared when external drive not connected

      @Gustavo-L-Conte

      Thanks Gustavo for replying, but I am surprised it looks so complicated to see if a folder is available.
      The source folder must be stored somewhere as it can be scanned for changes at start.

      This my Library backup script in Unix:

      source="/media/Jean-Luc/JukeBox Master"
      test -d "$source"
      retval="$?"
      if [ "$retval" -ne 0 ]; then
      echo "Dossier '$source' non trouvé" (not found)
      exit 1
      fi

      I check that it is connected before doing anything.
      Surely the same logic can be applied to Strawberry, even in Windows.

      posted in Development
      B
      bebelalu55

    Latest posts made by bebelalu55

    • RE: Library cleared when external drive not connected

      Hello Gustavo & Jonas,

      Thank you for looking at this problem.
      This is not a major bug preventing me from using Strawberry, but just annoying.
      I know how to get round the problem but I am not sure my sister or some of my friends would.
      This could deter them from using it.

      posted in Development
      B
      bebelalu55
    • RE: Library cleared when external drive not connected

      @Gustavo-L-Conte

      Thanks Gustavo for replying, but I am surprised it looks so complicated to see if a folder is available.
      The source folder must be stored somewhere as it can be scanned for changes at start.

      This my Library backup script in Unix:

      source="/media/Jean-Luc/JukeBox Master"
      test -d "$source"
      retval="$?"
      if [ "$retval" -ne 0 ]; then
      echo "Dossier '$source' non trouvé" (not found)
      exit 1
      fi

      I check that it is connected before doing anything.
      Surely the same logic can be applied to Strawberry, even in Windows.

      posted in Development
      B
      bebelalu55
    • Library cleared when external drive not connected

      I have my library on an external SSD.
      If I forget to connect it before starting Strawberry, my library is cleared (I have update library at start).
      I have to do full a full rescan.
      An error message should warn that the specified location is not found and either exit or retry.
      Thanks

      PS: I already posted this elsewhere but got no useful reply

      posted in Development
      B
      bebelalu55
    • RE: Library cleared when external drive not connected

      @Gustavo-L-Conte

      OK, but I still consider this as a bug!
      It should warn that the disk is not connected rather than erasing everything.
      That would be easy to do.
      If you have a large library, it will take a long time to rebuild.

      posted in Technical Help
      B
      bebelalu55
    • Library cleared when external drive not connected

      I have my library on an external SSD.
      If I forget to connect it before starting Strawberry, my library is cleared (I have update library at start).
      I have to do full a full rescan.
      An error message should warn that the specified location is not found and either exit or retry.
      Thanks

      PS: I would like a 'lite' version as there are too many options for non technical people

      posted in Technical Help
      B
      bebelalu55
    • Accents in artist names

      I am new to this forum.
      First thank you to the developers for providing such a nice, full featured package.
      Now if I registered here, it's because I have an issue.
      Sorry if this has been covered already.
      I am listening to brazilian (and other latin) music and artist names can contain accents. I can end up with several entries for the same artist (Joao Gilberto, João Gilberto).
      My suggestion is to have the possibility (tick box) to store the artist name in the database in pure ascii, but leaving the metadata unchanged in the file for correct display.
      Any thoughts?

      posted in Technical Help
      B
      bebelalu55