// Title
Function.prototype.sequence = function(vals) {
for (var i = 0; i < vals.length; ++i) this(vals[i]);
}
function threadtitlesspacing()
{
var str=document.getElementById("threadtitles-removespacing").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("threadtitles-removespacing").innerHTML=n;
}
// Views
function threadrepliesspacing()
{
var str=document.getElementById("threadreplies-removespacing").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("threadreplies-removespacing").innerHTML=n;
}
// Last Post
function lastpostspacing()
{
var str=document.getElementById("lastpost-removespacing").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("lastpost-removespacing").innerHTML=n;
}
// Forum Title
function forumtitlespacing()
{
var str=document.getElementById("forumtitle-removespacing").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("forumtitle-removespacing").innerHTML=n;
}
// Title 2
Function.prototype.sequence = function(vals) {
for (var i = 0; i < vals.length; ++i) this(vals[i]);
}
function threadtitlesspacing2()
{
var str=document.getElementById("threadtitles-removespacing2").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("threadtitles-removespacing2").innerHTML=n;
}
// Views 2
function threadrepliesspacing2()
{
var str=document.getElementById("threadreplies-removespacing2").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("threadreplies-removespacing2").innerHTML=n;
}
// Last Post 2
function lastpostspacing2()
{
var str=document.getElementById("lastpost-removespacing2").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("lastpost-removespacing2").innerHTML=n;
}
// Forum Title 2
function forumtitlespacing2()
{
var str=document.getElementById("forumtitle-removespacing2").innerHTML;
var n=str.replace(" .html",".html");
document.getElementById("forumtitle-removespacing2").innerHTML=n;
}
window.onload=function(){ threadtitlesspacing(); threadrepliesspacing(); lastpostspacing(); forumtitlespacing(); threadtitlesspacing2(); threadrepliesspacing2(); lastpostspacing2(); forumtitlespacing2() }
//]]>
-
02-05-2012, 12:37 PM
Anyone ever had this happen? I was listening to a mp3 and at the same time was running a program to tag the album. The tag program kept skipping the mp3 I was listening to so I closed my player to try and tag it. End result was the mp3 became corrupt. Now the mp3 isnot playable, has no tag info, and is now 474K in size as opposed to the 10MB it was.
Anyone have any idea what osmosis this mp3 just went through??
-
-
02-05-2012, 01:56 PM
Opening a file with two programs (player and tagger) at the same time shouldn't be possible, but if it happens chances are high that you can't repair the file in question...
-
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|