taskAdvanced Gtk+ Sequencer - Tasks: task #16025, implement meta-data editor within...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #16025: implement meta-data editor within UI

Submitter:  Joël Krähemann <jkraehemann>
Submitted:  Wed 04 Aug 2021 11:45:53 AM UTC
   
 
Should Start On:  Tue 03 Aug 2021 10:00:00 PM UTC Should be Finished on:  Fri 03 Sep 2021 10:00:00 PM UTC
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Percent Complete:  100%
Open/Closed:  Closed Effort:  0.00

Wed 22 Sep 2021 06:03:47 AM UTC, comment #1: 

I added https://git.savannah.nongnu.org/cgit/gsequencer.git/log/?h=dev-maksymow-meta-data-window with *.ui for all required fields. Handling window entries is in progress.

Daniel Maksymow <damaxi>
Wed 04 Aug 2021 11:45:53 AM UTC, original submission:  

The meta-data editor should enable you to edit meta-data information, which is going to be stored in GSequencer's XML project file.

The editor should have the ability to select from different licensing templates like:

  • All rights reserved
  • Creative commons licenses


the licensing template is persisted in XML as license comment.

Further we need the ability to edit common fields like:

  • Author
  • Titel
  • Album
  • Release date
  • Copyright
  • License
  • Comment
  • ...


These fields are persisted in XML as tags. Therefor you need to extend ags_simple_file.dtd.

The XML structure might look like:


<ags-sf-meta-list>
  <ags-sf-meta name="author">Joël Krähemann</ags-sf-meta>
  <ags-sf-meta name="titel">Synth Exploration</ags-sf-meta>
  ...
</ags-sf-meta>


The AgsMetaDataWindow inherits from GtkWindow and should be opened from menubar item edit -> meta-data

Joël Krähemann <jkraehemann>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by damaxi (Posted a comment)
  • -email is unavailable- added by jkraehemann (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-02-20 jkraehemann StatusNone Done
        Percent Complete0% 100%
        Assigned todamaxi None
        Open/ClosedOpen Closed
    2021-08-04 jkraehemann Assigned toNone damaxi

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code