Hi,
I've built some Qt5 versions of Strawberry 23 here.
https://software.opensuse.org//download.html?project=home%3APeterBBB&package=strawberry
Should be able to set themes using qt5ct
Cheers,
Peter
Hi,
I've built some Qt5 versions of Strawberry 23 here.
https://software.opensuse.org//download.html?project=home%3APeterBBB&package=strawberry
Should be able to set themes using qt5ct
Cheers,
Peter
@silver-sun
I think Mint 21.3 is based on Ubuntu 22.04
qt6ct won't build in 22.04, but maybe you could try
https://software.opensuse.org//download.html?project=home%3APeterBBB&package=qt6ct
(Use Grab binary packages directly) and install with gdebi
or here
https://packages.ubuntu.com/lunar/qt6ct
again, use gdebi. package will not install if dependencies are not satisfied.
A debug package will be needed to produce a useful backtrace. (Regular Arch packages have the symbols stripped out).
https://geo.mirror.pkgbuild.com/extra-debug/os/x86_64/strawberry-debug-1.0.22-2-x86_64.pkg.tar.zst
@silver-sun
Early builds of 1.0.20 missed the ebur128 dependency. A PPA build on or after 26th Sep should be OK. The Debian version is built with ebur128, but I have no idea if it will install on Mint. (It might).
https://packages.debian.org/unstable/strawberry
Downloads at the bottom of the page.
@cedric
You can try
yt-dlp -x --audio-quality 0 --audio-format flac <URL>
to download as an audio file
Character missing from the font being used?
@jonas
I'm wondering if its worth mentioning in the man page, and/or the readme, that Linux users not using KDE, could consider installing qt5ct or qt6ct as appropriate.
Changelog for 1.0.12 includes
"Removed appearance settings for changing palette colors, it was never properly implemented."
Maybe you need qt6ct?
@GarethFuller
On Linux, use qt5ct or qt6ct as appropriate, select Fusion Style and use waves as the Custom Color scheme
@scubaboyc
See
https://github.com/strawberrymusicplayer/strawberry/issues/1092
I suggest "touch" a file name, then you can overwrite it.
@jonas
I suggest an update to the wiki with an extra step.
https://wiki.strawberrymusicplayer.org/wiki/How_to_translate
Maybe should read
@PeterB
Think I have fixed it.
Joined the Spanish team, and I now have write access to es-ES
Cheers,
Peter
Thats what I'm trying, but I cannot enter anything.
On the top left there is a red padlock with tooltip ...
this project-version is readonly. It cannot be edited.
Probably, I need to be "added to the project".
My username there is peterb
@jonas
How to contribute?
I tried to update the Spanish on Zanata,
but just got the message.
This project-version is readonly. It cannot be edited.
Could I email you updated PO files?
Here is a screenshot of Strawberry on Debian.
Built with Qt5, on Xfce4, with Fusion style & 'Waves' color scheme.
@jonas said in Translators needed:
Translations for all languages except for French needs updating.
??? The French is not complete, showing around 93%
@ferdinand said in Translators needed:
I just tried to register with Zanata, and got this message:
Maintenance-only Zanata Instance
This service is in maintenance mode and new projects are not accepted, sorry.
I gather Zanata is closed to new projects, but I was able to register myself yesterday as an individual.
There seems to be duplication of the Spanish. Both es and es_ES exist.
In a few cases, the Spanish translation is not the same. es_ES is more complete at 99.8%
I don't speak any foreign languages. Would automated translations be acceptable?
Try running Strawberry from the command line.
Its verbose output might provide some clues as to whats going on.
@pajaro
The version available here
https://salsa.debian.org/debian/strawberry/-/jobs/2981368/artifacts/file/debian/output/strawberry_1.0.5-2+salsaci_amd64.deb
might fix the problem.
Hi Jonas, trying out the patch on
https://github.com/strawberrymusicplayer/strawberry/issues/815
but it now fails the test suite. Maybe the test needs updating as well?
[ RUN ] CollectionBackendTest.AddInvalidSong
13:01:53.887 INFO Database:152 Creating initial database schema
13:01:53.892 INFO Database:448 Updating "playlist_items" for %allsongstables
./tests/src/collectionbackend_test.cpp:125: Failure
Expected equality of these values:
1
spy.count()
Which is: 0
13:01:53.893 WARN unknown QSqlDatabasePrivate::removeDatabase: connection '4_thread_94473559422960' is still in use, all queries will cease to work.
[ FAILED ] CollectionBackendTest.AddInvalidSong (6 ms)