User contributions for Jonas

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

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

2 May 2023

28 April 2023

5 April 2023

19 March 2023

8 March 2023

7 March 2023

20 February 2023

8 February 2023

10 January 2023

2 January 2023

10 December 2022

26 November 2022

17 October 2022

29 September 2022

26 September 2022

14 September 2022

13 September 2022

29 August 2022

16 August 2022

  • 17:2017:20, 16 August 2022 diff hist −6 Main PageNo edit summary
  • 17:1917:19, 16 August 2022 diff hist −8 Main PageNo edit summary
  • 17:1917:19, 16 August 2022 diff hist +283 Main PageNo edit summary
  • 16:5416:54, 16 August 2022 diff hist −50 Main PageNo edit summary
  • 16:5316:53, 16 August 2022 diff hist +549 N Accessing the databaseCreated page with "The database is in a different location based on OS. == Linux and other Unix systems (except macOS) == To access the database open a terminal and type: sqlite3 ~/.local/share/strawberry/strawberry/strawberry.db == macOS == To access the database open a terminal and type: sqlite3 ~/Library/Application\ Support/Strawberry/Strawberry/strawberry.db == Windows == To access the database, open a command prompt, and type: cd "\%PROGRAMFILES%\Strawberry Mus..." current
  • 16:5316:53, 16 August 2022 diff hist +1,363 N Releasing a new versionCreated page with "Creating a new release These instructions are intended for Strawberry developers who want to release a new version. == Checklist == # Make sure all critical issues reported on GitHub, or on the forum are solved. # Make sure all builds are successful on GitHub, and on Buildbot. # Ideally wait at least 1-2 weeks after larger changes to allow testing. # Make sure all languages from Zanata that are 90% or more complete are included. == Create release == # Update the Cha..." current
  • 16:5216:52, 16 August 2022 diff hist +479 N Installing GStreamer Spotify pluginCreated page with "To play spotify songs you need a gstreamer spotify plugin from the gst-plugins-rs package usually not available on most systems. Also, currently it is necessary to use a modified version of the plugin. git clone https://gitlab.freedesktop.org/kingosticks/gst-plugins-rs cd gst-plugins-rs git checkout spotify-uri-handler cargo cbuild --release -p gst-plugin-spotify sudo cp ./target/x86_64-unknown-linux-gnu/release/libgstspotify.so /usr/lib64/gstreamer-..."
  • 16:5216:52, 16 August 2022 diff hist +5 N Compile Windows MinGWCreated page with "TODO." current
  • 16:5216:52, 16 August 2022 diff hist +61 N Compile Windows MSVCCreated page with "See: https://github.com/strawberrymusicplayer/strawberry-msvc" current
  • 16:5116:51, 16 August 2022 diff hist +2,270 N Compile macOS using macportsCreated page with "Compiling on macOS using macports. == Install xcode tools == xcode-select --install == Install macports == Download and install macports from: https://www.macports.org/install.php == Prepare macports == sudo port -v selfupdate == Install dependencies == sudo port -N install glib2 pkgconfig cmake boost protobuf-cpp sqlite3 gnutls chromaprint fftw taglib sudo port -N install qt6-qtbase qt6-sqlite-plugin sudo port -N install qt6-qttools sudo..."
  • 16:5116:51, 16 August 2022 diff hist +3,439 N Compile macOS using homebrewCreated page with "Compile on macOS using homebrew == Install xcode tools and brew package manager == xcode-select --install /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" == Install dependencies through brew == brew install pkg-config cmake ninja meson bison flex wget create-dmg gettext boost protobuf protobuf-c brew install glib glib-openssl glib-utils glib-networking gdk-pixbuf gobject-introspection orc brew in..."
  • 16:5116:51, 16 August 2022 diff hist +570 N Compile ArchCreated page with "Compiling on Arch. Install the required dependencies: pacman -S --noconfirm git make cmake gcc pkgconf gettext udisks2 dbus sqlite3 alsa-lib pulseaudio boost protobuf gnutls fftw \ qt6-base qt6-tools gst-plugins-base gst-plugins-good taglib chromaprint \ libcdio libmtp libgpod Compile and install: git clone https://github.com/strawberrymusicplayer/strawberry cd strawberry mkdir build cd build cmake .. make -j$(nproc) sudo make..."
  • 16:5016:50, 16 August 2022 diff hist +796 N Compile UbuntuCreated page with "Compiling on Ubuntu Install the required dependencies: apt install -y git make cmake gcc g++ gettext \ libglib2.0-dev libdbus-1-dev \ libboost-dev libprotobuf-dev protobuf-compiler libsqlite3-dev libgnutls28-dev libasound2-dev libpulse-dev \ qt6-base-dev qt6-base-dev-tools qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools \ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev \ libchromaprint-dev libfftw3-dev libt..."
  • 16:5016:50, 16 August 2022 diff hist +675 N Compile DebianCreated page with "Install required dependencies: apt-get install -y \ git make cmake gcc g++ gettext \ libboost-dev libglib2.0-dev dpkg-dev libdbus-1-dev libprotobuf-dev protobuf-compiler libsqlite3-dev libgnutls28-dev \ libasound2-dev libpulse-dev \ qt6-base-dev qt6-base-dev-tools qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools \ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-alsa gstreamer1.0-pulseaudio \ libchromaprint-dev libfftw3-dev libtag1-dev \..."
  • 16:5016:50, 16 August 2022 diff hist +987 N Compile MageiaCreated page with "Install required dependencies: urpmi --force urpmi-debuginfo-install git glibc gcc-c++ make cmake gettext \ lib64boost-devel lib64protobuf-devel lib64sqlite3-devel lib64alsa2-devel lib64pulseaudio-devel \ lib64qt5core-devel lib64qt5gui-devel lib64qt5widgets-devel lib64qt5network-devel lib64qt5concurrent-devel \ lib64qt5sql-devel lib64qt5dbus-devel lib64qt5x11extras-devel lib64qt5help-devel libqt5test-devel \ lib64gstreamer1.0-devel lib64gstreamer-pl..."
  • 16:5016:50, 16 August 2022 diff hist +944 N Compile openSUSECreated page with "Compiling on openSUSE. Install the required dependencies: zypper in \ git make cmake gcc gcc-c++ tar gettext-tools \ glibc-devel glib2-devel glib2-tools dbus-1-devel alsa-devel libpulse-devel libnotify-devel libgnutls-devel \ boost-devel protobuf-devel sqlite3-devel \ qt6-core-devel qt6-gui-devel qt6-gui-private-devel qt6-widgets-devel qt6-concurrent-devel qt6-network-devel \ qt6-sql-devel qt6-dbus-devel qt6-test-devel qt6-base-common-devel qt6-..."
  • 16:4916:49, 16 August 2022 diff hist +809 N Compile FedoraCreated page with "Compiling on Fedora Install the required dependencies: dnf install \ glibc gcc-c++ git tar rpmdevtools make cmake glib man gettext \ boost-devel dbus-devel protobuf-devel protobuf-compiler sqlite-devel alsa-lib-devel pulseaudio-libs-devel libnotify-devel gnutls-devel \ qt6-qtbase-devel qt6-qtbase-private-devel qt6-qttools-devel \ gstreamer1-devel gstreamer1-plugins-base-devel \ libcdio-devel libgpod-devel libplist-devel libusbmuxd-devel libmtp-d..."
  • 16:4916:49, 16 August 2022 diff hist +821 N CompileCreated page with "== Compiling Strawberry from source == * [https://wiki.strawberrymusicplayer.org/wiki/Compile_Fedora Fedora] * [https://wiki.strawberrymusicplayer.org/wiki/Compile_openSUSE openSUSE] * [https://wiki.strawberrymusicplayer.org/wiki/Compile_Mageia Mageia] * [https://wiki.strawberrymusicplayer.org/wiki/Compile_Debian Debian] * [https://wiki.strawberrymusicplayer.org/wiki/Compile_Ubuntu Ubuntu] * [https://wiki.strawberrymusicplayer.org/wiki/Compile_Arch Arch] * [https://wiki..."
  • 16:4916:49, 16 August 2022 diff hist +5,436 N Import collection library and playlists from ClementineCreated page with "Before importing data from Clementine, start Strawberry once so that the initial database schemas (tables) are created. Then exit both Strawberry and Clementine before you start. The following guide is only briefly tested. <strong>ALL COLLECTION AND PLAYLISTS DATA IN STRAWBERRY WILL BE OVERWRITTEN REPLACED WITH THE DATA FROM CLEMENTINE.</strong> == Start sqlite3 == On a terminal and type: sqlite3 You will then get a command prompt where you can manually perform..."
  • 16:4816:48, 16 August 2022 diff hist +249 N Custom iconsCreated page with "You can place icons in ~/.local/share/strawberry/strawberry/icons Subfolders there should be 22, 32, 48 and 64. Using the same names as the icons in https://github.com/jonaski/strawberry/tree/master/data/icons will automatically load them instead." current

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