{"id":15175772,"url":"https://github.com/michprac/audio_database_app","last_synced_at":"2026-02-28T18:01:18.826Z","repository":{"id":257126075,"uuid":"857389638","full_name":"Michprac/audio_database_app","owner":"Michprac","description":"Windows application in C# that allows you to store and share information about a musci collection","archived":false,"fork":false,"pushed_at":"2024-09-14T14:58:04.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T18:34:16.087Z","etag":null,"topics":["c-sharp","windows-forms","windows-forms-application"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Michprac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-14T14:28:13.000Z","updated_at":"2024-09-14T14:59:06.000Z","dependencies_parsed_at":"2024-09-15T00:29:00.654Z","dependency_job_id":"e1a7437d-f15c-413f-b126-d9ad8e851e75","html_url":"https://github.com/Michprac/audio_database_app","commit_stats":null,"previous_names":["michprac/audio_database_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Michprac/audio_database_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michprac%2Faudio_database_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michprac%2Faudio_database_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michprac%2Faudio_database_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michprac%2Faudio_database_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Michprac","download_url":"https://codeload.github.com/Michprac/audio_database_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michprac%2Faudio_database_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29946463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T17:57:52.716Z","status":"ssl_error","status_checked_at":"2026-02-28T17:57:31.974Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["c-sharp","windows-forms","windows-forms-application"],"created_at":"2024-09-27T12:42:07.089Z","updated_at":"2026-02-28T18:01:18.794Z","avatar_url":"https://github.com/Michprac.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Application for storing audio description database\nThis is a project that was realised during studies in the Warsaw University of Technology.\nThis app stores database of different CD's with different genres music.\n## Overview\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/app_view.png\" width=\"800\" \u003e\n\u003c/p\u003e\n\nThe Form1 contains a mockup of a window application.\n\n## Code overview\n\nIn the following method there are:\n- creating variables to which the values ​​of text fields are given\n- adding our data to the table dataGridView is a way to display data using a table\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/code_snippet_1.png\" width=\"500\" \u003e\n\u003c/p\u003e\n\nHere is the deletion of all data:\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/code_snippet_2.png\" width=\"500\" \u003e\n\u003c/p\u003e\n\nThis method is for deleting the selected row; deletion is done using the index:\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/code_snippet_3.png\" width=\"500\" \u003e\n\u003c/p\u003e\n\n## Use case\n\nIn the fields you need to enter the data for the plates. Then you need to click the Add data button:\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/use_case_1.png\" width=\"500\" \u003e\n\u003c/p\u003e\n\nDatabase of 10 discs (you can navigate in the tables using the arrow keys on the keyboard):\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/use_case_2.png\" width=\"500\" \u003e\n\u003c/p\u003e\n\nYou can save this database by going to the \"File\" tab, clicking \"Save\" and selecting a location for the database file:\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/use_case_3.png\" width=\"200\" \u003e\n\u003c/p\u003e\n\nYou can also delete a selected row. To do this, select a row, click on the first element of that row, then click the \"Delete selected\" button:\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/use_case_4.png\" width=\"400\" \u003e\n  \u003cimg src =\"/images/use_case_5.png\" width=\"400\" \u003e  \n\u003c/p\u003e\n\nYou can also delete all data. To do this, click on the \"Delete data\" button:\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/use_case_6.png\" width=\"500\" \u003e\n\u003c/p\u003e\n\nTo open a file you need to click \"File\", \"Open\" and select the file:\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/use_case_7.png\" width=\"500\" \u003e\n\u003c/p\u003e\n\nTo sort the data by \"author\", you need to click at the top of the table where it says \"author\" so that an arrow appears, and then you need to click on that arrow so that the authors column is sorted alphabetically:\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/use_case_8.png\" width=\"200\" \u003e\n  \u003cimg src =\"/images/use_case_9.png\" width=\"400\" \u003e  \n\u003c/p\u003e\n\nExample database inside:\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src =\"/images/use_case_10.png\" width=\"200\" \u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichprac%2Faudio_database_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichprac%2Faudio_database_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichprac%2Faudio_database_app/lists"}