IdelsTak / meta-data

Effortlessly manage MP3 tags. Fetch, review, edit & save accurate information for your music library.
MIT License
1 stars 0 forks source link

Add UI for selecting and displaying audio files with metadata #4

Closed IdelsTak closed 1 week ago

IdelsTak commented 1 week ago

Add a user interface to select a folder containing audio files and display these files in a table.

The table should show tag info including track title, artist(s), album, track number, and release year.

An additional panel should display the remaining info for a selected item, including artwork, audio file header info, file path/URL, and channels.

Details

  1. Folder Selection:
    • Add a file chooser dialog to select a folder.
    • Load audio files from the selected folder.
  2. Table Display:
    • List audio files in a table.
    • Display columns: track title, artist(s), album, track number, release year.
  3. Additional Info Panel:
    • Show detailed info for the selected table item.
    • Display artwork.
    • Show audio file header info (codec, sampling rate, bit rate).
    • Display file path/URL.
    • Show channels (e.g., stereo).

UI Layout

+-----------------------------------------+
| [Select Folder]                         |
+-----------------------------------------+
|                 |                       |
|  Audio Files    |  Detailed Info        |
|  Table          |  Panel                |
|                 |                       |
+-----------------------------------------+

Acceptance criteria

IdelsTak commented 1 week ago

Display of audio header info e.g. encoding type, channels, sample rate, and bit rate not essential. Since the main aim of the application is to search for metadata online.