User contributions for Jonas

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

16 August 2022

  • 16:4816:48, 16 August 2022 diff hist +766 N Using MPRIS2Created page with "You can use MPRIS2 to control Strawberry from the command line using D-Bus. D-Bus is a message bus that lets applications on Linux talk with each other. Examples: == See all commands == qdbus org.mpris.MediaPlayer2.strawberry /org/mpris/MediaPlayer2 == See current playing song and metadata == qdbus org.mpris.MediaPlayer2.strawberry /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata == Control playback == Play: qdbus org.mpris.MediaPlayer2...." current
  • 16:4816:48, 16 August 2022 diff hist +305 N How to translateCreated page with "Translations in Strawberry are maintained by the community through a service called Zanata. Register, find strawberry and translate without any restrictions. # Sign up on: https://translate.zanata.org/account/register # Start translating on: https://translate.zanata.org/iteration/view/strawberry/master"
  • 16:4816:48, 16 August 2022 diff hist +2,003 N Validate audio filesCreated page with "If Strawberry does not play a certain file, you can validate the file with a utility. == FLAC == You can use the flac command directly. Syntax: <code>flac -t <filename></code> Example.: <code>flac -t /mnt/data/Music/FLAC/Albums/Acoustic_Strawbs/Full_Bloom/01_-_Acoustic_Strawbs_-_Full_Bloom_-_Autumn.flac</code> flac 1.3.4 Copyright (C) 2000-2009 Josh Coalson, 2011-2016 Xiph.Org Foundation flac comes with ABSOLUTELY NO WARRANTY. This is free software, and y..." current
  • 16:4716:47, 16 August 2022 diff hist +1,031 N Find and delete duplicates from the collection databaseCreated page with "See: https://wiki.strawberrymusicplayer.org/wiki/Accessing_the_database on how to access the database. Exit Strawberry first and backup the file "strawberry.db" in case something goes wrong. You can also use Tools / Console in Strawberry, but it won't show errors, so it's safer to use the sqlite3 command directly. == Find duplicate songs == SELECT s.rowid, s.url FROM songs s INNER JOIN (SELECT url, COUNT(*) FROM songs GROUP BY url HAVING count(*) > 1) d ON s.url..."
  • 16:4716:47, 16 August 2022 diff hist +890 N Database integrity checkCreated page with "Database integrity check Any problems listing songs in collection or playlists can be caused by a corrupt database. Run an integrity check on your database to make sure it is functional. == Linux and other Unix systems except macOS == Open a terminal windows. sqlite3 ~/.local/share/strawberry/strawberry/strawberry.db pragma integrity_check; == macOS == Open a terminal window. sqlite3 ~/Library/Application\ Support/Strawberry/Strawberry/strawberry.db prag..."
  • 16:4716:47, 16 August 2022 diff hist +894 N BacktraceCreated page with "How to do a backtrace to report the crash. == Linux == gdb strawberry run After it crashes do: bt == Windows MinGW == Install the latest debug version from https://builds.strawberrymusicplayer.org/windows/ Open a command prompt. cd \ cd "c:\program files\strawberry music player debug\" gdb strawberry.exe run After it crashes do: bt == macOS == You need to compile according to the instructions: https://github.com/strawberrym..."
  • 16:4616:46, 16 August 2022 diff hist +3,552 N Differences from ClementineCreated page with "Strawberry is a fork of Clementine, it looks and behaves very similar. Beneath the hood there are more changes than immediately seen in the GUI. Also, it does not include all features that Clementine got, but focus on other features instead. == Project goals, focus and advantages == * Active development * Compatible with Qt 5 and 6 * Frequent stable releases * Focus on local music playback * Focus on playback of high resolution audio and without resampling * Focus on c..."
  • 16:4616:46, 16 August 2022 diff hist +1,055 N MinGW vs MSVCCreated page with "For Windows, Strawberry provides two different versions, MinGW and MSVC. These are compiled using two different compilers. Unlike previous versions, the MinGW and MSVC now has all the same features, so it does not matter much which one you use. Both releases features the latest versions of all libraries compiled by the Strawberry project. It always uses the latest versions of Qt 6, OpenSSL 3, Glib 2 and GStreamer. == MSVC - Microsoft Visual C++ == MSVC is Microsoft..."
  • 16:4616:46, 16 August 2022 diff hist +3,470 N GStreamer pluginsCreated page with "Strawberry uses GStreamer for the audio backend, to play different audio formats you need different plugins. On Linux distributions you need to install individual packages to get support for different formats. Windows and macOS releases have all the listed plugins bundled in the installer. On Linux plugin files are usually installed in a directory called <code>gstreamer-1.0</code>, examples are.: <code>/usr/lib/gstreamer-1.0</code> or <code>/usr/lib64/gstreamer-1.0</c..." current
  • 16:4516:45, 16 August 2022 diff hist +2,051 N Known IssuesCreated page with "This is a list of issues we know about, but for various reasons we are currently unable to do anything about them, and most likely they won't be fixed. == General == '''"Server does not support seeking" error when un-pausing playback from a live stream''' It is not to possible to pause and un-pause a live stream, because you cannot seek when playing a live stream. Currently, the workaround is to use stop instead of pause when playing a live stream. A long term fix w..." current
  • 16:4516:45, 16 August 2022 diff hist +3,169 N FAQCreated page with "<strong>Frequently Asked Questions</strong> == Strawberry does not respect Qt style, KDE theme or icons on Linux. == This isn't a bug in Strawberry, it's because Strawberry uses Qt 6 and KDE is still using Qt 5. Any settings configured in KDE won't apply to Qt 6 programs. So you need to specifically configure Qt style and icon theme for Qt 6. You need the qt6ct utility (https://github.com/trialuser02/qt6ct) for this. You should ask your Linux distribution for help wi..."
  • 16:4516:45, 16 August 2022 diff hist +1,144 Main PageNo edit summary

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)