Skip to content

Instantly share code, notes, and snippets.

View Davidblkx's full-sized avatar

David Pires Davidblkx

View GitHub Profile
@Davidblkx
Davidblkx / Iso369Extension.cs
Created September 15, 2016 09:50
CultureInfo extension of ThreeLetterISOLanguageName, since is not present in current version
using System.Collections.Generic;
using System.Globalization;
namespace Extensions
{
public static class CultureInfoExtensions
{
public static string ThreeLetterISOLanguageName(this CultureInfo cultureInfo)
{
#region Iso369 Mapping
@Davidblkx
Davidblkx / FramesId3v24.cs
Created August 28, 2016 06:00
Struct with all frames presented in ID3v2.4
namespace ID3
{
public struct FramesID3v24
{
/// <summary>
/// This frame's purpose is to be able to identify the audio file in a
/// database, that may provide more information relevant to the content.
/// Since standardization of such a database is beyond this document, all
/// UFID frames begin with an 'owner identifier' field.It is a null-
/// terminated string with a URL [URL] containing an email address, or a