{"id":13559604,"url":"https://github.com/GNOME/easytag","last_synced_at":"2025-04-03T15:30:44.180Z","repository":{"id":10060359,"uuid":"12111630","full_name":"GNOME/easytag","owner":"GNOME","description":"Read-only mirror of https://gitlab.gnome.org/GNOME/easytag","archived":false,"fork":false,"pushed_at":"2024-08-21T13:03:36.000Z","size":18215,"stargazers_count":74,"open_issues_count":0,"forks_count":18,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-19T23:54:25.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gitlab.gnome.org/GNOME/easytag","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GNOME.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-08-14T15:01:11.000Z","updated_at":"2025-03-09T04:41:34.000Z","dependencies_parsed_at":"2023-11-27T21:27:19.144Z","dependency_job_id":"111c9417-6aa7-4cfb-8c34-b181d3ab6006","html_url":"https://github.com/GNOME/easytag","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNOME%2Feasytag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNOME%2Feasytag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNOME%2Feasytag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNOME%2Feasytag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GNOME","download_url":"https://codeload.github.com/GNOME/easytag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247027692,"owners_count":20871572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:00:29.832Z","updated_at":"2025-04-03T15:30:40.524Z","avatar_url":"https://github.com/GNOME.png","language":"C","readme":"README for EasyTAG\n==================\n\nHome page: https://wiki.gnome.org/Apps/EasyTAG/\nDiscussion forum: https://discourse.gnome.org/tag/easytag\n\nDescription\n-----------\n\nEasyTAG is a utility for viewing and editing tags for MP3, MP2, FLAC, Ogg\nVorbis, Speex and Opus, MP4/AAC, MusePack, Monkey's Audio and WavPack files.\nIts simple and nice GTK+ interface makes tagging easier under GNU/Linux or\nWindows.\n\n\nFeatures\n--------\n\nCurrently EasyTAG supports the following:\n\n* view, edit, write tags of MP3, MP2 files (ID3 tag with pictures), FLAC files\n  (FLAC Vorbis tag), Ogg Vorbis, Speex and Opus files (Ogg Vorbis tag), MP4/AAC\n  (MP4/AAC tag), MusePack, Monkey's Audio and WavPack files (APE tag)\n* can edit more tag fields : Title, Artist, Album, Disc Album, Year, Track\n  Number, Genre, Comment, Composer, Original Artist/Performer, Copyright, URL\n  and Encoder name\n* auto tagging: parse filename and directory to complete automatically the\n  fields (using masks)\n* ability to rename files and directories from the tag (using masks) or by\n  loading a text file\n* process selected files of the selected directory\n* ability to browse subdirectories\n* recursion for tagging, removing, renaming, saving…\n* can set a field (artist, title, …) to all other selected files\n* read file header information (bitrate, time, …) and display them\n* auto completion of the date if a partial is entered\n* undo and redo last changes\n* ability to process fields of tag and filename (convert letters into\n  upper case, lower case, …)\n* ability to open a directory or a file with an external program\n* CDDB support for manual or automatic search\n* a tree based browser or a view by Artist \u0026 Album\n* a list to select files\n* a playlist generator window\n* a file searching window\n* simple and explicit interface!\n* optional Nautilus extension, for opening of files and directories through the\n  Nautilus context menu\n* Brazilian Portuguese, Bulgarian, Chinese, Czech, Danish, Dutch, French,\n  German, Greek, Hungarian, Italian, Japanese, Polish, Romanian, Russian,\n  Spanish, Swedish and Ukrainian translation languages\n* written in C and uses GTK+ 3 for the GUI\n\n\nInstallation\n------------\n\n### Requirements\n\n* GLib version greater than 2.38.0 (https://www.gtk.org)\n* GTK+ version greater than 3.14.0 (https://www.gtk.org)\n* libid3tag (https://www.underbit.com/products/mad) (if not deactivated by './configure --disable-mp3')\n* id3lib version greater than 3.7.12 (https://id3lib.sourceforge.net/) (Recommended: id3lib-3.8.3) (if not deactivated by './configure --disable-id3v23')\n* flac (https://xiph.org/flac/) (if not deactivated by './configure --disable-flac')\n* libogg and libvorbis (https://xiph.org/vorbis/) (if not deactivated by './configure --disable-ogg')\n* libnautilus-extension (https://wiki.gnome.org/Apps/Nautilus) (if not deactivated by ./configure --disable-nautilus-actions')\n* libsoup (https://wiki.gnome.org/Projects/libsoup) (if not deactivated for './configure --disable-cddb')\n* opus and opusfile (https://www.opus-codec.org/) (if not deactivated by './configure --disable-opus')\n* taglib (https://taglib.org/) (if not deactivated by './configure --disable-mp4')\n* wavpack (https://www.wavpack.com/) (if not deactivated by './configure --disable-wavpack')\n* yelp (https://wiki.gnome.org/Apps/Yelp) is required at runtime for showing the user help\n* yelp-tools (https://gitlab.gnome.org/GNOME/yelp-tools)\n* libc 6 (glibc 2.1) or greater\n* appdata-tools (https://github.com/hughsie/appdata-tools)\n* intltool (if not deactivated by './configure --disable-nls')\n\n### Compilation instructions\n\nSee INSTALL.\n\nWhen running, if you get the following warning about the EasyTAG settings\nschema that is not installed:\n\n(easytag:19122): GLib-GIO-ERROR **: Settings schema 'org.gnome.EasyTAG' is not installed\n\nmake sure that the GSettings schema and enums files can be found somewhere in\n$XDG_DATA_DIRS/glib-2.0/schemas (for example /usr/share/glib-2.0/schemas) and\nthat the schema cache has been updated with glib-compile-schemas.\n\nThere are two files to copy to the schema path, and the glib-compile-schemas\ncommand must run on the directories which have been updated. Example commands\nfollow:\n\nsudo cp org.gnome.EasyTAG.enums.xml /usr/share/glib-2.0/schemas\nsudo cp data/org.gnome.EasyTAG.gschema.xml /usr/share/glib-2.0/schemas\nsudo glib-compile-schemas /usr/share/glib-2.0/schemas/\n\nIf uninstalling, the files should be removed and the schema cache updated.\n\nLicense\n-------\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nGeneral Public License for more details.\n\n(It should be included in this package in the file COPYING)\n","funding_links":[],"categories":["Applications","应用"],"sub_categories":["Audio","音频"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGNOME%2Feasytag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGNOME%2Feasytag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGNOME%2Feasytag/lists"}