Summary: | No destination preview for transcoding/moving tracks | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | bodertz |
Component: | Collections/Organize Files Dialog | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ralf-engels |
Priority: | NOR | ||
Version: | 2.8-git | ||
Target Milestone: | 2.9 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/36e63e986938c1a3f289c51789a8f35bfc47a15e | Version Fixed In: | 2.9 |
Sentry Crash Report: | |||
Attachments: | Organize Files Window (Destination Preview section empty) |
Description
bodertz
2013-11-06 03:25:06 UTC
It definitely does show a preview for me when it asks for confirmation. Could you please check again? Created attachment 83386 [details]
Organize Files Window (Destination Preview section empty)
Is the Destination Preview section not empty for you?
Yes, it is, but that is so since quite some time IIRC, not sure if this is not a onversight when the code was last worked no, as there is a preview when you click on transcode: a confirmation screen shows up that shows you how it looks. I don't know if removing it was deliberate, but I know that it used to show a live preview. It shouldn't show that section if it isn't being used, at the very least. Yes, this is indeed a bug. Git commit 36e63e986938c1a3f289c51789a8f35bfc47a15e by Matěj Laitl. Committed on 13/11/2013 at 17:58. Pushed by laitl into branch 'master'. OrganizeCollectionDialog: hide complex options behind a button In commit 7c780bf5, Ralf addressed bug 283361 by only showing the preview table when the screen is large enough, which I believe went too far. This is a bit different approach, the file scheme and other options are hidden behind the Options button when the dialog is shown, making it much more cleaner. The rationale is that the user usually sets up the options once, not every time (and beginner users may be happy with the default schema right away). FIXED-IN: 2.9 M +2 -0 ChangeLog M +6 -5 src/dialogs/OrganizeCollectionDialog.cpp M +25 -28 src/dialogs/OrganizeCollectionDialogBase.ui http://commits.kde.org/amarok/36e63e986938c1a3f289c51789a8f35bfc47a15e |