-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (80 loc) · 5.08 KB
/
index.html
File metadata and controls
96 lines (80 loc) · 5.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Goggles Music Manager</title>
<link rel="publisher" href="https://plus.google.com/+GogglesmmGithubIo">
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90146013-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<header>
<h2>Goggles Music Manager</h2>
<p>Music Player For Linux</p>
<p class="view">
<a href="https://github.com/gogglesmm/gogglesmm/releases">Downloads</a><br>
<a href="https://github.com/gogglesmm/gogglesmm/issues">Bug Reports</a><br>
<a href="https://github.com/gogglesmm/gogglesmm/wiki">Wiki</a><br>
<a href="https://github.com/gogglesmm/gogglesmm">Source</a><br><br>
<a href="https://launchpad.net/~s.jansen/+archive/ubuntu/gogglesmm">Ubuntu Packages</a><br>
<a href="https://packages.gentoo.org/packages/media-sound/gogglesmm">Gentoo Packages</a><br><br>
<a href="https://github.com/gogglesmm/audioconvert/releases">AudioConvert</a>
<!-- Place this code where you want the badge to render. -->
</p>
<p class="view">
<a href="https://plus.google.com/+GogglesmmGithubIo" rel="publisher" target="_top" style="text-decoration:none;"><img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:32px;height:32px;"/></a>
</p>
<p class="view">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJJARNQCVZVZE"><img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif"></a>
</p>
</header>
<section>
<p><img src="images/banner.jpg"></p>
<p><img src="images/gogglesmm0.13.png"></p>
<h3>Features</h3>
<p><ul>
<li>Fast and light weight. Quick startup, no splash screen needed!</li>
<li>Supports Opus, Ogg Vorbis, FLAC, mp3 and mp4 (AAC and Apple Lossless)</li>
<li>Gapless playback and Replay Gain support (Ogg Vorbis, Opus, FLAC and mp3 with APE tags).</li>
<li>Support for cover art embedded in tag or as separate file on disk.</li>
<li>Subscribe to Podcasts (rss) using the buildin podcast manager.</li>
<li>Tag editing and powerfull file renaming capability.</li>
<li>Filters / Smart Playlists</li>
<li>Smart sorting with user configurable leading word filter to prevent sorting on common words like the, a or an.</li>
<li>Support for play lists. Play lists may be played in a certain configurable order, or browsed through like the main music library.</li>
<li>Import/Export music library and play lists to XSPF,PLS,Extended M3U,M3U and CSV.</li>
<li>Clipboard & DND (drag-and-drop) support to arrange playlists and dragging to and from gnome / kde applications.</li>
<li>Clean and fast database backend using SQLite 3.</li>
<li>Written using FOX, one of the fastest GUI toolkits available.</li>
<li>Last.fm and libre.fm audio scrobbler support.</li>
<li>Translated in Czech, French, German, Hungarian, Portuguese, Russian and Spanish.</li>
</ul>
</p>
<h3>Articles and Reviews</h3>
<p><i>"With respect to overall organization, GogglesMM hits all the right buttons for me"</i><br>- Chris Hermansen on <a href="https://opensource.com/article/17/1/open-source-music-players">opensource.com</a>, January 2017</p>
<p><i>"Keeping it simple is probably GMM's biggest selling point"</i><br>- Andy Hudson in <a href="http://www.linuxformat.co.uk"> Linux Format Issue 123</a>, October 2009</p>
<p><a href="http://www.linux.com/articles/54944"> Scratching that itch: Sander Jansen</a><br>- Joe Barr on Linux.com / Newsforge- June 2006</p>
<p><i>"Goggles is my candidate for a lightweight music player"</i><br>- Bruce Byfield on <a href="http://www.linux-magazine.com/Online/Blogs/Off-the-Beat-Bruce-Byfield-s-Blog/Goggle-is-my-candidate-for-a-lightweight-music-player">Linux Magazine Blog</a></p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<a href="https://plus.google.com/+GogglesmmGithubIo" rel="publisher"></a>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>