Bug 374558 - Additional Information -> Audio -> Genre
Summary: Additional Information -> Audio -> Genre
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: general (show other bugs)
Version: 16.12.2
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-04 20:58 UTC by andreas
Modified: 2017-10-17 19:39 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andreas 2017-01-04 20:58:57 UTC
For Audio Files you can add additional informations
- Artist
- Album
- Duration
- Track
It would be really nice if you can add
- Genre (most importend cause you can group by genre)
nice addition stuff 
- title
- bitrate
- release year

in the information panel dolphin show this informations.
Comment 1 Elvis Angelaccio 2017-08-27 21:12:19 UTC
Git commit 8be1e2aa07333ffbc4555f89e20461f580dc465c by Elvis Angelaccio, on behalf of Francisco Navarro Morales.
Committed on 27/08/2017 at 21:11.
Pushed by elvisangelaccio into branch 'master'.

Add Genre to additional information for audio files. Fixes T5599

Summary: I have just imitated the code that made this funcionality for artist and album additional information for audio files.

Reviewed By: #dolphin, emmanuelp

Differential Revision: https://phabricator.kde.org/D7215

M  +1    -0    src/kitemviews/kfileitemmodel.cpp
M  +1    -1    src/kitemviews/kfileitemmodel.h
M  +1    -0    src/kitemviews/private/kbaloorolesprovider.cpp

https://commits.kde.org/dolphin/8be1e2aa07333ffbc4555f89e20461f580dc465c
Comment 2 Nate Graham 2017-09-03 15:47:39 UTC
Track title is tracked by https://bugs.kde.org/show_bug.cgi?id=366455

Bitrate is tracked by https://bugs.kde.org/show_bug.cgi?id=368418

Release year is tracked by https://bugs.kde.org/show_bug.cgi?id=384317
Comment 3 Xeno Idaltu 2017-10-14 18:20:54 UTC
(In reply to andreas from comment #0)
> For Audio Files you can add additional informations
> - Artist
> - Album
> - Duration
> - Track
> It would be really nice if you can add
> - Genre (most importend cause you can group by genre)
> nice addition stuff 
> - title
> - bitrate
> - release year
> 
> in the information panel dolphin show this informations.


I've also been requesting this option to no avail.
Dolphin needs to have Genre so that we can select multiple files and move them to another directory. 

Last time I got a response saying it already has support but they don't seem to understand that we need metatadata to also show on the VIEW PANEL.

Metadata info appears on the Information Panel but it's of no use when we want to use Dolphin to organize and not just hover on files to see their respected metadata info.
Comment 4 Nate Graham 2017-10-14 19:09:30 UTC
There is already a genre column available in Dolphin: https://i.imgur.com/9xu4o4N.png

Is this not what you're looking for? If not, please file a new bug report for that and reply with a link to it.
Comment 5 Xeno Idaltu 2017-10-17 19:39:08 UTC
(In reply to Nate Graham from comment #4)
> There is already a genre column available in Dolphin:
> https://i.imgur.com/9xu4o4N.png
> 
> Is this not what you're looking for? If not, please file a new bug report
> for that and reply with a link to it.

I read your comment about an updated Dolhin on KDE Applications 17.12
Thank you!