-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
86 lines (77 loc) · 3.66 KB
/
Copy pathprivacy.html
File metadata and controls
86 lines (77 loc) · 3.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MDS Meta Data Scraper — Privacy Policy</title>
<style>
:root { color-scheme: light dark; }
body {
font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
max-width: 760px;
margin: 0 auto;
padding: 2rem 1.25rem 4rem;
color: #1b1b1b;
background: #ffffff;
}
h1 { font-size: 1.8rem; margin-bottom: .25rem; }
h2 { font-size: 1.2rem; margin-top: 2rem; }
.updated { color: #666; margin-top: 0; }
a { color: #0067c0; }
code { background: #f2f2f2; padding: 0 .3em; border-radius: 3px; }
@media (prefers-color-scheme: dark) {
body { color: #e6e6e6; background: #1b1b1b; }
.updated { color: #aaa; }
code { background: #2a2a2a; }
a { color: #4cc2ff; }
}
</style>
</head>
<body>
<h1>Privacy Policy — MDS Meta Data Scraper</h1>
<p class="updated">Last updated: 18 July 2026</p>
<p>MDS Meta Data Scraper (“MDS”, “the app”) is a Windows desktop
application that organises your local movie, TV, and music library. This policy explains
what the app does with your data.</p>
<h2>Summary</h2>
<p>MDS runs on your own computer and works with the media files already on your PC. It does
<strong>not</strong> collect, transmit, or sell your personal information, and it contains no
advertising or analytics tracking.</p>
<h2>Information the app accesses</h2>
<ul>
<li><strong>Your media folders.</strong> MDS reads the folders you choose so it can identify
your movies, TV shows, and music. File names, folder names, and embedded media tags are read
locally to match your titles. This information stays on your device.</li>
<li><strong>Local app data.</strong> Metadata, artwork thumbnails, and settings are stored
locally on your PC (for example under your Windows user profile). Nothing is uploaded.</li>
</ul>
<h2>Third-party services the app contacts</h2>
<p>To fetch metadata and artwork, MDS sends <strong>only the search terms it needs</strong>
(such as a movie title, show name, or album/artist name) to these public services:</p>
<ul>
<li><strong>The Movie Database (TMDB)</strong> — movie and TV metadata and images.
<a href="https://www.themoviedb.org/privacy-policy">Privacy policy</a></li>
<li><strong>MusicBrainz</strong> — music release metadata.
<a href="https://metabrainz.org/privacy">Privacy policy</a></li>
<li><strong>Cover Art Archive</strong> — album cover images.
<a href="https://coverartarchive.org/">coverartarchive.org</a></li>
</ul>
<p>These requests do not include your name, account, or any personal identifier — just the
title being looked up.</p>
<h2>Licensing (PRO features)</h2>
<p>If you purchase and activate PRO features, the app sends your <strong>license key</strong>
to the licensing provider (<strong>Payhip</strong>) to verify it. No other personal data is
sent for this purpose. See <a href="https://payhip.com/privacy">Payhip’s policy</a>.</p>
<h2>Data sharing and selling</h2>
<p>MDS does not share or sell your data to anyone. There is no advertising and no usage
tracking.</p>
<h2>Children’s privacy</h2>
<p>MDS is a general-purpose utility and is not directed at children. It does not knowingly
collect personal information from anyone.</p>
<h2>Changes to this policy</h2>
<p>If this policy changes, the updated version will be posted at this address with a new date.</p>
<h2>Contact</h2>
<p>Questions about this policy: <a href="mailto:hackitxps@gmail.com">hackitxps@gmail.com</a></p>
</body>
</html>