topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday June 29, 2025, 2:50 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 70 71 72 73 74 [75] 76 77 78 79 80 ... 403next
1851
General Software Discussion / Re: IDEA: Need an .MPCPL file editor
« Last post by wraith808 on March 30, 2018, 09:05 PM »
Now please keep in mind that knowing WHAT lines to use isn't the problem here. Rather, it's that I have a few rather long playlists for MPC and if it's just one entry, I can easily drag it up or down in the list. But many times, I have numerous lines that I want to move elsewhere in that playlist. And since (A) you can only move one line at a time, and (B) if you try to edit the MPCPL file in a text editor, you have to renumber all the lines so that it all works out in order.

Knowing the universe of lines is necessary to group them together.  The other was just in case someone wanted to add in the ability to actually edit them in the program, which seems like it could be  useful.

Not sure if I'll have time to get to it, especially before skwire jumps in.  But it's interesting enough that I might try to make time for it soon.

Oh, and in my search for MPCPL files, I found this bit of code from https://autohotkey.c...or-videos-in-folder/

Not sure if you might find it useful.  It does seem to bear out the theory on type, as I could find no other references.

Code: Autohotkey [Select]
  1. `::  ; writes a Media Player Classic Playlist file for all video files in chosen directory.  Accent key launches the script.
  2.  
  3. SetBatchLines, -1  ; Make the operation run at maximum speed.
  4.  
  5. ;FileSelectFolder, WhichFolder,::{20d04fe0-3aea-1069-a2d8-08002b30309d}  ; Ask the user to pick a folder, My Computer option
  6.  
  7. FileSelectFolder, WhichFolder,%A_MyDocuments%  ; Ask the user to pick a folder, My Documents option
  8.  
  9. if (StrLen(WhichFolder) = 0)
  10.         return ; No folder picked, so stop
  11.  
  12. SetWorkingDir, %WhichFolder%
  13.  
  14. (
  15.         MPCPLAYLIST ; next blank line is crucial, don't delete
  16.  
  17. ), play.mpcpl ; this is the name of the playlist file
  18.  
  19. count=1
  20.  
  21. If ErrorLevel <> 1
  22. {
  23.         Loop, %WhichFolder%\*.mov, , 1 ; Quicktime
  24.         {
  25.  
  26.                 FileAppend,
  27.                 (
  28.                         %count%,type,0
  29.                         %count%,filename,%A_LoopFileFullPath%
  30.  
  31.                 ), play.mpcpl
  32.  
  33.                 count := count + 1     
  34.  
  35.         }
  36.  
  37. }
  38. Else
  39.         Exit
  40.  
  41. If ErrorLevel <> 1
  42. {
  43.         Loop, %WhichFolder%\*.mpg, , 1 ; MPG
  44.         {
  45.  
  46.                 FileAppend,
  47.                 (
  48.                         %count%,type,0
  49.                         %count%,filename,%A_LoopFileFullPath%
  50.  
  51.                 ), play.mpcpl
  52.  
  53.                 count := count + 1     
  54.  
  55.         }
  56.  
  57. }
  58. Else
  59.  
  60. If ErrorLevel <> 1
  61. {
  62.         Loop, %WhichFolder%\*.avi, , 1 ; AVI
  63.         {
  64.  
  65.                 FileAppend,
  66.                 (
  67.                         %count%,type,0
  68.                         %count%,filename,%A_LoopFileFullPath%
  69.  
  70.                 ), play.mpcpl
  71.  
  72.                 count := count + 1     
  73.  
  74.         }
  75.  
  76. }
  77. Else
  78.         Exit
  79.  
  80. If ErrorLevel <> 1
  81. {
  82.         Loop, %WhichFolder%\*.wmv, , 1 ; Windows Media
  83.         {
  84.  
  85.                 FileAppend,
  86.                 (
  87.                         %count%,type,0
  88.                         %count%,filename,%A_LoopFileFullPath%
  89.  
  90.                 ), play.mpcpl
  91.  
  92.                 count := count + 1     
  93.  
  94.         }
  95.  
  96. }
  97. Else
  98.         Exit
  99.  
  100. If ErrorLevel <> 1
  101. {
  102.         Loop, %WhichFolder%\*.mpeg, , 1 ; MPEG
  103.         {
  104.  
  105.                 FileAppend,
  106.                 (
  107.                         %count%,type,0
  108.                         %count%,filename,%A_LoopFileFullPath%
  109.  
  110.                 ), play.mpcpl
  111.  
  112.                 count := count + 1     
  113.  
  114.         }
  115.  
  116. }
  117. Else
  118.         Exit
  119.  
  120. return
1852
General Software Discussion / Re: IDEA: Need an .MPCPL file editor
« Last post by wraith808 on March 30, 2018, 05:03 PM »
Label is pretty self explanatory, as is filename.

What about type?  All of them are different filetypes, so I guess it's not that.  But one would have to know what it corresponds to, unless they were just going to put that line in verbatim.
1853
Found Deals and Discounts / Re: WinX DVD Ripper V8.8.0 Easter giveaway
« Last post by wraith808 on March 30, 2018, 03:18 PM »
I just use MakeMKV for mine.  How does this compare, or does anyone know?
1854
I almost never browse the store, usually I see items talked about elsewhere.
-cranioscopical (March 29, 2018, 09:47 PM)

Same here.
1855
Not for games/books/videos, but yes, for apps.

Penbook: https://www.microsof...oductId/9PL4GX47GT7K
Index Cards: https://www.microsof...oductId/9NBLGGH58Q5B (free, but got the Pro upgrade)
Mindmaple Pen: https://www.microsof...oductId/9PB4LJG5WD6S
Knowledgebase Builder: https://www.microsof...oductId/9WZDNCRDJ68H
Quillerous: https://www.microsof...oductId/9WZDNCRDM77T

And more... it helps that I received a $25 credit when I bought my HP stream tablet.

My major problem, and the reason I wouldn't put any real money into the store, is that a couple of apps that I paid for are not on the store at all- the links from my receipt are even dead.  They weren't major purchases ($2.99 and $.99) but that is money, and should be handled better.
1856
Living Room / Re: Looking for smartphone
« Last post by wraith808 on March 29, 2018, 02:53 PM »
2018 and I'm seriously concerned that there is no flagship smartphone with both a headphone jack and no bizarre hole in the display.

Except Samsung. :(

Samsung's a good enough option for me :)

I have quite expensive head- and earphones and I do not plan to replace them by worse sounding ones.

Exactly!  I have some pretty expensive IEMs from NuForce.  I also had some bluetooth ones I tried out, and they cut out unexpectedly for no reason (only while running or exercising), which is what turned me off of BT for audio.
1857
Living Room / Re: For those with a CrashPlan...
« Last post by wraith808 on March 29, 2018, 02:50 PM »
Dont they completely remove consumer access in the fall?

Apologies.  I should have clarified that I switched to the new CrashPlan for Small Business program.  Basically, it's the same as CrashPlan Home used to be but you have to pay per computer now.  The old Home plan used to be $150/year for up to ten computers and the new Small Business plan is $120/year for one computer.  The storage is still unlimited, though.  Does that help to clear things up?


Yes, definitely!  Thanks for taking the time to do so!  That might be something that I look into!
1858
Living Room / Re: Thread on 3d Printing Cody Model
« Last post by wraith808 on March 29, 2018, 02:50 PM »
Mouser has told me to say "hello", so...

Hello, to all DC'ers old and new.

Damn, son!  Don't be such a stranger.    :up:  :Thmbsup:  :up:  Good to see you back.

Ditto!
1859
Living Room / Re: For those with a CrashPlan...
« Last post by wraith808 on March 29, 2018, 07:17 AM »
I just stayed with Crashplan on one PC (my server).

As before, each PC in my house still does image backups nightly to the server (using Veeam).  I wrote some quick scripts to dump certain folders on each PC to the appropriate family member's user folder on the server (which Crashplan then backs up to its cloud).  Plus, my previous Crashplan subscription goes until April and then I get the next year at 75% off ($2.50/month).  After that, the one server will cost me $10/month ($120/year) which is $30 less than I was paying for the old family plan.  Not quite as convenient, sure, but it'll do just fine.  And, yes, that $10/month is for unlimited storage space.

Well, we're getting close to expiration, I think.  Are you going to expire this fall?  Or were you somehow grandfathered in?

What is everyone using these days?  The terms and conditions and trust of the different services has me in analysis paralysis mode.

I'm still with Crashplan and still running with the method described above.

Dont they completely remove consumer access in the fall?
1860
Living Room / Re: For those with a CrashPlan...
« Last post by wraith808 on March 28, 2018, 11:24 PM »
I really think drive images are a completely independent separate thing than what one should mainly be using the online spideroak/crashplan backups for.
In my opinion the full drive images can be done once a month (week or whatever) and just stored on removable/external drives.  Don't need online thing for those.

What the online backup services like spideroak, crashplan, etc.  are uniquely good at is making immediate versioned backups constantly of your working documents.  So that if you pc crashes after an hour of work, you have a backup, or 10 different back ups so you can rewind and go back to an older version.

I have the smallest spideroak plan -- because i just backup my document directories to it not my whole computer.

I already do that with OneDrive.  I was just thinking that using that for the 3-2-1, i.e. having an offsite location where the images are stored.  Right now, I don't back up the entire system; I just backup my important information.  My dev work is in Git on Bitbucket, on my NAS, and synced to S3.  My documents are in OneDrive, synced to my NAS, and on S3.  I've just thought about getting into the having an image for immediate restoration, and thought I should do the same thing.
1861
Living Room / Re: For those with a CrashPlan...
« Last post by wraith808 on March 28, 2018, 09:36 PM »
SpiderOak for me.

What kind of plan did you get?  And what do they mean by one user, unlimited machines?  Is that only for access to the backups?

What I've been thinking about doing is creating images with Acronis and putting them on my NAS, then using iDrive or SpiderOak to contain my offsite backups of the images.

I also like the iDrive express, where you can get a physical copy of your backups once per year. 
1862
Why did you go with HiVelocity rather than LiquidWeb?  Was it just the specs for the price?
yes.

Note that HiVelocity does not do shared hosting, only dedicated servers (and higher).

Yeah, I noticed that after the fact... I used to have a dedicated server.  But after I got hit by ransomware in December because of a flaw in the RDP implementation, I dropped down to my one linux server, getting rid of both of my Windows servers.
1863
Living Room / Re: For those with a CrashPlan...
« Last post by wraith808 on March 28, 2018, 04:11 PM »
I just stayed with Crashplan on one PC (my server).

As before, each PC in my house still does image backups nightly to the server (using Veeam).  I wrote some quick scripts to dump certain folders on each PC to the appropriate family member's user folder on the server (which Crashplan then backs up to its cloud).  Plus, my previous Crashplan subscription goes until April and then I get the next year at 75% off ($2.50/month).  After that, the one server will cost me $10/month ($120/year) which is $30 less than I was paying for the old family plan.  Not quite as convenient, sure, but it'll do just fine.  And, yes, that $10/month is for unlimited storage space.

Well, we're getting close to expiration, I think.  Are you going to expire this fall?  Or were you somehow grandfathered in?

What is everyone using these days?  The terms and conditions and trust of the different services has me in analysis paralysis mode.
1864
I'm currently with LiquidWeb, and have been thinking that though I like them, I should make sure there's not a better option.  Why did you go with HiVelocity rather than LiquidWeb?  Was it just the specs for the price?

And I will say that LiquidWeb has crept up in price (though they've given incrementally more for the price).  But their new cloud servers are a very good value as I'm not going with dedicated.  The fact that you can provision them, set them up, do what you need to do, then tear them down has worked very well for me.  It's a lot like EC2, but with someone backing you up (though I still use EC2 as it has better front end tools for if I know what I'm doing at the time).
1865
DC Website Help and Extras / Re: MobySaurus
« Last post by wraith808 on March 27, 2018, 09:59 AM »
I haven't... I'll take a look at it!
1866
Living Room / Re: Programming/Coder humor
« Last post by wraith808 on March 27, 2018, 09:05 AM »
Heh... very nice!  Especially Grue's expressions!
1867
Living Room / Re: DOTCOM saga - updates
« Last post by wraith808 on March 27, 2018, 09:02 AM »
The thing is, even if you don't sympathize with the guy (and I personally don't), even if he actually did wrong things (I'm still not sure), everything that has been done to strip him the means to defend himself and to deny him due process gets you cheering on him and hoping he prevails in courts. And we are talking about the problems with NZ law enforcement. When you add the US things get much uglier.

This.  So much this.  The governments try so hard to strip away our rights and protections that their power is supposed to exist upon as the foundations of our governing.  To see someone actually take them on and make progress is something that the average person concerned about their own rights has to appreciate.
1868
Not quite what you asked for, But... We've used this successfully on 10 for resetting passwords: Lazesoft Recover My Password (local account is assumed).

Because with MS account, you can go through the standard MS password recovery process.
1869
Are you logging in with MS Account?  Or local account?
1870
DC Website Help and Extras / Re: MobySaurus
« Last post by wraith808 on March 26, 2018, 10:14 PM »
Does it work on Windows 10?
It does for me  :)
-cranioscopical (March 26, 2018, 04:38 PM)

Doesn't for me :(  Did you replace the assembly as you had to do for vista?
1871
DC Website Help and Extras / Re: MobySaurus
« Last post by wraith808 on March 26, 2018, 03:00 PM »
Does it work on Windows 10?
1872
Living Room / Re: Do we have any musical people on DC?
« Last post by wraith808 on March 23, 2018, 12:32 PM »
"Thread Arise!" commands the necromancer.  ;D

Just read a troubling ruling that only one appeals judge seemed to know anything about.

Appeals Court Says It's Okay To Copyright An Entire Style Of Music

In the dissenting opinion, Judge Jacqueline Nguyen wrote the following:

The majority allows the Gayes to accomplish what no one has before: copyright a musical style. “Blurred Lines” and “Got to Give It Up” are not objectively similar. They differ in melody, harmony, and rhythm. Yet by refusing to compare the two works, the majority establishes a dangerous precedent that strikes a devastating blow to future musicians and composers everywhere.

More at the link, but I can't help but nod as she continues.  A sad, sad day.

Adding a bit about how the decision has affected musicians:

Now though, music experts have told the Victoria Derbyshire programme that artists are being advised not to mention publicly who has inspired them. This is because of a high-profile copyright infringement case in which US jurors ruled that Robin Thicke and Pharrell Williams, on their song Blurred Lines, had copied Marvin Gaye's Got To Give It Up.

According to forensic musicologist Peter Oxendale "everyone's concerned that inspiration can [now be interpreted as] a catalyst for infringement.

"All of these companies are worried that if a track is referenced on another at all, there may be a claim being brought," he explains.
1873
N.A.N.Y. 2018 / Re: NANY 2019: Clicador- A simple and fast free auto clicker
« Last post by wraith808 on March 22, 2018, 09:30 AM »
NANY 2019?
-Stephen66515 (March 22, 2018, 04:40 AM)

Yes.  Because it was made too late for NANY 2018.  There's been a change, and NANY applies to all projects created during the prior year.
1874
Living Room / Re: Image attachment problems
« Last post by wraith808 on March 21, 2018, 09:06 AM »
don't do "(d) host them elsewhere and use the img link instead of attaching them." because then eventually they are lost forever.

Depends on where they are hosted.  I host them on my own server in a lot of cases.
1875
Living Room / Re: Image attachment problems
« Last post by wraith808 on March 21, 2018, 08:47 AM »
I have tried three times to post a handful of images.  Once I accidentally attached a .psd file, another time a .tif, the last time one (or all) were too large.  Every time the editor undoes *all* of the attachments instead of just the offenders.  I've already spent 15 minutes.  I'll try again later, maybe.



I had the same problem recently.  What you want to do is either (a) reduce the resolution of the images, (b) change to jpg and reduce the quality, (c) compress the images, or (d) host them elsewhere and use the img link instead of attaching them.  There's an upper limit here (it's for the total of the images, not each one if that helps), and editing the attachments in the post is problematic at best.

hope that helps
Pages: prev1 ... 70 71 72 73 74 [75] 76 77 78 79 80 ... 403next