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 97 98 99 100 101 102 103 104 105 106 107 108 109
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="MP3, diags, diagnosis, tag editor, tagger, normalizer" />
<meta name="description" content="End-user documentation for MP3 Diags, an MP3 analysis tool that also includes correction and tag editing functionality" />
<title>MP3 Diags - First run</title>
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="style_ie6.css" /> <![endif]-->
<!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style_ie7.css" /> <![endif]-->
</head>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<body>
<!-- add_this_conf -->
<div class="HeaderTableText RegFnt ChpCol1">
<table width="100%" class="HeaderTable">
<tr>
<td border="0" class="HeaderText">
<span class="HeaderPadLeft">
<a href="index.html" class="RightMargin"><img src="logo.png" border="0" alt="MP3 Diags" align="middle" /></a>
<!-- add_this_link -->
</span>
</td>
<!-- sf_hosting -->
</tr>
</table>
</div>
<!-- ========================================================================================================== -->
<!-- ========================================================================================================== -->
<!-- ========================================================================================================== -->
<!-- ========================================================================================================== -->
<div class="NavPadTable RegFnt ChpCol2">
<div style="width:100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="NavTable">
<tr>
<td width="30%" align="left"> <a href="035_suggested_usage.html"><img src="arrow_left_small.png" class="ImgNoBorder NavPadLeft" align="absmiddle" /></a> <a href="035_suggested_usage.html">Suggested usage</a> </td>
<td width="40%" align="center" valign="middle" class="NavBarText"> <a href="030_users_guide.html">User's guide</a> - First run </td>
<td width="30%" align="right"> <a href="120_first_scan.html"> Scanning MP3 files</a> <a href="120_first_scan.html"> <img src="arrow_right_small.png" class="ImgNoBorder NavPadRight" align="absmiddle" /> </a> </td>
</tr>
</table>
</div>
</div>
<div class="Screenshot RegFnt ChpCol1">
<img src="110_first_run.png" />
</div>
<div class="FreeNormalText RegFnt ChpCol2">
When MP3 Diags is first started, it will prompt you to choose which directories you want it to process. Its configuration options are stored in an ".ini" file. Usually there will be a default name already filled in, which is operating system - specific. If you want a different name (or if there is no default), you can choose something else, by clicking on the button at its right. After you press OK, the scanning process begins. It will create another file for storing the details about your MP3 files, with the same name as the ".ini" file except for the ".dat" extension.
</div>
<div class="NormalText RegFnt ChpCol2">
Note that you <b>don't need to create or set up</b> the ".ini" file, but merely to choose a name for it if you don't like the default or if there is no default. Actually it's supposed to be the name of a new file, one that doesn't already exist. MP3 Diags will fill in all the details.
</div>
<div class="SubChapterText RegFnt ChpCol1">
Note about network access on Windows
</div>
<div class="NormalText RegFnt ChpCol1">
It may not be immediately obvious how to access MP3 files that are not on the local computer. Currently MP3 Diags can only open files from some "drive", which has a drive letter (C:, D:, ...), and there are no plans to support "\\Computer\SharedFolder" naming.
</div>
<div class="NormalText RegFnt ChpCol1">
What you can do is <b>map a network drive</b>, so you can see the files on "\\Computer\SharedFolder" as files on G: or whatever drive letter you choose. Then MP3 Diags should be able to open your files by using this new drive. Search the web for the actual details about how to map a network drive on your particular version of Windows.
</div>
<div class="NormalText RegFnt ChpCol1">
If you have something to say about this topic, you can add a note at <a href="https://sourceforge.net/p/mp3diags/tickets/34/" onClick="javascript: pageTracker._trackPageview('/mantisbt/wnd_network');">https://sourceforge.net/p/mp3diags/tickets/34/</a>. You may also want to look there if this doesn't seem to work. For example, one post describes how you may have to run the program in Vista SP2 compatibility mode under Windows 7 in order to see the network drives.
</div>
<div class="NavPadTable RegFnt ChpCol2">
<div style="width:100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="NavTable">
<tr>
<td width="30%" align="left"> <a href="035_suggested_usage.html"><img src="arrow_left_small.png" class="ImgNoBorder NavPadLeft" align="absmiddle" /></a> <a href="035_suggested_usage.html">Suggested usage</a> </td>
<td width="40%" align="center" valign="middle" class="NavBarText"> <a href="030_users_guide.html">User's guide</a> - First run </td>
<td width="30%" align="right"> <a href="120_first_scan.html"> Scanning MP3 files</a> <a href="120_first_scan.html"> <img src="arrow_right_small.png" class="ImgNoBorder NavPadRight" align="absmiddle" /> </a> </td>
</tr>
</table>
</div>
</div>
<!--QQQStatCounterQQQ-->
</body>
</html>
|