jellyfin / jellyfin-media-player

Jellyfin Desktop Client
GNU General Public License v2.0
2.87k stars 297 forks source link

Cannot upload a collection image #712

Open kbrannen opened 1 week ago

kbrannen commented 1 week ago

Describe the bug I am unable to add an image to a collection by browsing or by drag-n-drop.

To Reproduce Steps to reproduce the behavior:

  1. On the collection, I click on the 3 dots and choose "Edit Images".
  2. In the popup, I click the "+" button. The popup changes to "Add/Update Image".
  3. I click on the "Browse" button and nothing happens.
  4. I can also bring up Dolphin, find the image I want to upload, drag it over to the dotted box, let go and the image just disappears. When I do this, I do see a quick error message at bottom saying "There was an error reading the file please try again". The file has 664 permissions, so it's readable by everyone.
  5. Nothing is stored with either method. Going back, there is no image there either.

Logs The dir you list for Linux doesn't exist for me. However, using "locate", it seems I do have ~/snap/jellyfinmediaplayer/25/.local/share/jellyfinmediaplayer/logs/. Watching the file in there, when I click on the Browse button it shows: 2024-06-22 20:44:25.467 [warning] unknown @ 0 - QtWebEngine: component error: file:///snap/jellyfinmediaplayer/25/usr/lib/x86_64-linux-gnu/qt5/qml/QtWebEngine/Controls1Delegates/FilePicker.qml:40:1: module "QtQuick.Dialogs" is not installed

There is nothing added to the log when I try to drag and drop. The log shows: Qt Version: 5.15.3

Expected behavior I expect the browse button to show me a dir/file explorer, or the drag-n-drop to accept a file.

Desktop (please complete the following information):

Additional Info