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 15, 2025, 3:56 am
  • 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 [2] 3next
26
i have a list of filenames, and my friend has a list of filenames. we are trying to organize and sort and compare our lists of filenames. but the two lists are too different for most string comparing tools.

they have different filenames even if the files themselves are the same. some have spaces "the quick brown fox" while the other has . "the.quick.brown.fox". some have extra words that dont have to be compared and should be ignored, such as "the" "webrip" "dvdrip" ".avi" ".mkv" ".mp4" "x264" "xvid". said another way, an exclusion list of words to ignore.

these lists are just examples of the kinds of filenames we want to compare. i just grabbed these lists at random from the internet.

list3 has the year at the start of the string, making it more complicated to compare it to strings where the year is later in the string.
e.g.
airplane - (1977)
should match
1977.airplane

on the plus side, the strings being titles, will generally have the words in the same order. so for my case, it will always be comparing the same words in the same order.

example:
big trouble in little china - trailer.mp4

would 90% match to

big.trouble.in.little.china - review.mp4
1984 - big trouble in little china - interview.mp4
(best movie ever) dir john carpenter - big trouble in little china- subscribe-to-my-youtube-channel (xxexamplereviewsxx)

and it would match maybe 30% to

big trouble 2002 tim allen.mp4

and it would match also with maybe 10% (just "trouble")

The Trouble with Time Travel

an option to ignore any partial matches under 10% score or missing words? or maybe bonus percentage points for the words in the right order "big trouble in little china" but a lower score (or exclusion of a match) for "china has little trouble in big birthrates" because the strings arent in the same order?

for how the tool should look, i assume the master list on the left and then the compare list on the right . maybe with color codes on matched strings. with real time editing and addition/apply of words to ignore . i'll try to come up with a mock screenshot , but if you have a better idea i'm all for it.

option to copy and paste the lists in, or select .txt files.

as for output, ability to clear matched strings from both sides or only one side. ability to save non-matched strings on left/right or both lists, or only matched strings left/right or both.
27
UrlSnooper / Re: what happened to the ascii packet window?
« Last post by compn on December 03, 2013, 02:37 PM »
an extra option would be fine. thanks! :)

that raw packet realtime view is crazy if you have any kind of download going in the background.
i guess i multitask too much for it to be useful for me.
28
UrlSnooper / Re: what happened to the ascii packet window?
« Last post by compn on December 03, 2013, 02:22 PM »
i mean, when you click on a url that urlsnooper found, in the old pre-february version, you would see that raw packet.

but in newest version, and march version, if the sniffer is running, the raw capture box updates, even when clicking on url results.
29
UrlSnooper / Re: what happened to the ascii packet window?
« Last post by compn on December 03, 2013, 01:33 PM »
now with view raw packet contents feature, its impossible to view raw packets of urls while the sniffer is on.

have to pause or stop sniffing. kind of annoying.
30
hi i used your software and i like it

but i think you can eliminate the double click to edit properties part. just make all of the options editable. and have a button to 'undo' any mistakes.

thank you.
31
UrlSnooper / Re: Sniff Stream
« Last post by compn on December 11, 2009, 08:57 PM »
its an rtmp stream.

try orbit downloader?
32
UrlSnooper / Re: Any plans to crack Flash binary URLs
« Last post by compn on December 03, 2009, 02:45 PM »
I take as example a typical, "hard to handle" web page with video content: http://www.radioradi...ale.it/scheda/291832.

Using URL Snooper (even following "compn" suggestions or filling the "Manually Scan a URL" field) you won't get anything useful to feed your player.

Opening the page Source with a browser you'll find some lines in the player script (,streams: [{"url": 'mp4:FL532501.f4v',"duration": 4037}],netConnectionUrl: 'rtmp://video-12.radioradicale.it/store-51/') so you should get the working URL (rtmp://video-12.radioradicale.it/store-51/FL532501.f4v).

Sadly, this link systematically crashes VLC and even other flv players are unable to handle it.
-StefaniaCastelli (November 26, 2009, 10:33 AM)

you created the wrong url.
"rtmp://video-12.radioradicale.it/store-51/mp4:FL532501.f4v"
is the correct url, and works with rtmpdump.
33
UrlSnooper / Re: Viewing Downloads?
« Last post by compn on August 02, 2009, 07:05 PM »
url snooper is just a sniffer. it does not download files.

you can use a download manager or stream recorder to save those files to your harddrive for offline viewing.

the programs to download the streams are ranked/rated here:
http://all-streaming-media.com/record-video-stream/all-streaming-video-recording-software.htm
34
UrlSnooper / Re: Download vids from crackle.com impossible?
« Last post by compn on August 02, 2009, 07:02 PM »
you will find more help in downloading streams at the stream recording forum: http://stream-recorder.com/forum/
35
UrlSnooper / Re: snooping RTMP content
« Last post by compn on June 15, 2009, 03:38 PM »
but you said:

works for me in rtmpdump1.6
-boarders paradise (June 15, 2009, 03:22 PM)

'works' meaning that the 'url works' aka its the correct url.
i didnt download the entire video, only a portion of it to test.

sorry for the confusion.
36
UrlSnooper / Re: snooping RTMP content
« Last post by compn on June 15, 2009, 03:17 PM »
With the --resume switch I can continue the capturing, but only with errors ....
And then it stops again... So I had to manually resume the capturing about 10-15 times, resulting in corrupt stream data, where the download sessions begin and end.
VLCplayer can still play the output file, but with audio/video artefacts every few seconds ....

rtmpdump isnt the best program for this stream. i suggest you try it in Orbit Downloader.

hm ... but for my unexperienced eyes, this seems pretty hard to guess ....

Is there no way to find the string "rtmp://oijqodbttndn.rtmphost.com/hostelworld/paris_hipotelbellville.flv" in the raw dump or could URLsnooper be used to find/assemble this string automatically ?
-boarders paradise (June 15, 2009, 03:01 PM)

there is no way to find that string in the packet dump. most sites dont work like that. some sites use xml playlists which work well with urlsnooper...  it wasnt made for flash streaming (RTMP). you'd have to ask mouser if he plans to do it.
37
UrlSnooper / Re: snooping RTMP content
« Last post by compn on June 15, 2009, 02:39 PM »
PS: Can you post a link for rtmpdump 1.6 windows binaries ? I found mostly linux stuff and older versions for windows ... :(
-boarders paradise (June 15, 2009, 01:45 PM)

http://thepiratebay....nux_MacOSX_Windows_v
is where i got my copy.



as you can see above, you must put things in the 'ALSO SEARCH FOR' box..
i put an arrow there to show you :)
38
UrlSnooper / Re: snooping RTMP content
« Last post by compn on June 15, 2009, 01:24 PM »
urlsnooper can pick up some of the stream by adding rtmp;netstream;playing to the 'also search for' box

you get some results like:
tcUrl... rtmp://oijqodbttndn.rtmphost.com/hostelworld

and play... paris_hipotelbellville

put them together:

rtmp://oijqodbttndn.rtmphost.com/hostelworld/paris_hipotelbellville.flv

works for me in rtmpdump1.6
39
General Software Discussion / Re: Easy remote access to my home pc?
« Last post by compn on October 09, 2008, 07:26 AM »
Thanks 4wd! One more question:
How would I know the IP of the server PC?

tell the other computer person to go to:
http://www.whatismyip.com
40
General Software Discussion / Re: photo duplicate scanner
« Last post by compn on October 08, 2008, 11:24 PM »
I have been using Image Comparer for a year or so, and I like it a lot, and believe it fulfils ALL of the requested features.

thanks for the tip. the more programs to choose from, the better!

it looks like this program has trouble with an enormous amount of files too.
from the forum: http://www.bolidesof...forum/about1064.html

I have a gallery with a large number of pictures in it (> 60K) and if I try to do a compare within the gallery the remaining time indicator runs out in about an hour into to compare with only 5% of the files compared. If I let the program run all day, the compare slows down (after 20 hrs) until it is taking several minutes to do one compare. I then have to stop the program as it would take a week to finish the job at the rate it was going. Sub folder comparisons (10K) of the same pictures do not have this problem.
41
General Software Discussion / Re: Magic Jack Phone ?
« Last post by compn on October 08, 2008, 11:08 PM »
my grandmother bought one of these and asked me to hook it up.
it says "Windows and Apple Mac" supported on the package.
yet it fails to say Intel Mac ONLY (until you get to the website).

remember kids, there are two types of processors in apple computers, ppc and x86 (aka intel-mac). always be sure to label or support both properly.
42
General Software Discussion / Re: photo duplicate scanner
« Last post by compn on October 04, 2008, 08:46 PM »
doublekiller is pretty good. double killer pro is faster
visipics is great but slow.

most of the duplicate file programs i've used get choked up when dealing with huge amounts of files (e.g. 40gb folder with millions of images).

most (all?) do not have the ability to save a database of hashes. so you can save time in the future.

many have options to select multiple dup files, but the filters can be confusing or not as specific as you need them to be.

i guess what i'm saying is... we need a 'comparison of duplicate file finders'

filters:
filter results by directory
filter results by size/type/name/lackofname (select numberd filenames only)
filter results by drive/folder

scan:
selective hashing (scan first and last 10 bytes of a file)
multithreaded
same size sorting for faster scan

interface:
side by side compare
delete to recycle bin
move dupes to selected folder
good status/progress indicators
43
selecting manually was also not working when all three connections were enabled.

i should mention that all three nic were showing up with the same name
"3com Etherlink PCI"

maybe add a number or use the mac addy or some way to differentiate them ?
44
UrlSnooper / trick for detecting network adapter when have multiple adapters.
« Last post by compn on April 27, 2008, 02:10 PM »
i installed urlsnooper on a new pc and it was having problems detecting the network adapter.

i have a few NIC's installed , and thought that maybe that was causing the problem.

disabling the non-connected LAN's allowed urlsnooper to find the (only remaining) network and work properly.

hope this helps!
45
General Software Discussion / NetDefender - new open source windows firewall
« Last post by compn on October 30, 2007, 02:00 PM »
46
if there is a torrent of the original file, you could join the torrent and select your bad hash file as a partial file. then the torrent program would scan your file and redownload the bad chunks...  (and since you have three files, you would load up all of them , perhapse in three different clients or pc's? ,and then join the torrent, it might be that you have a complete file out of your three downloads)

this also would work on the edonkey p2p network , i think...

also there is a freeware program called 'zidrav'. so if you know of someone else that downloaded the file, you both run zidrav and you send him the checksum and he sends you a 'patch' :)

ZIDRAV is a file corruption detection and repair program. It's designed to provide a way to fix file damage without having to redownload the entire (potentially large) file over a (potentially slow) connection.

http://sourceforge.net/projects/zidrav

-- i bet this program could be advanced with a nice gui and perhapse some internet support/automation, if any programmers want to take a crack at it--


but yeah, interesting problem and good luck!
47
use http://www.mplayerhq.hu, open source, runs on win/linux/mac

http://oss.netfarm.it/mplayer-win32.php
for latest win32 binaries...

mplayer -vo gif89a:fps=15:output=test.gif -fixed-vo *.gif
should work for gif files

mplayer mf://*.jpg -vo gif89a:fps=15:output=test.gif
for jpeg, also png should work...

add -vf scale=320:240 or whatever res you want, if you want to change the gif size

mplayer is a media player (and mencoder is a media encoder) which can play all video files .... ever known. also boasts to be the fastest player as well.
48
General Software Discussion / Re: Whats the best program to learn typing?
« Last post by compn on May 09, 2007, 07:14 PM »
My favorite typing game is "Typing of the Dead". It also offers a typing school and drill section. It's not the best program to learn typing, but probably the most entertaining/motivating one... (if you don't mind the graphics and gameplay). http://en.wikipedia....e_Typing_of_the_Dead

agree 100% , this game is great, and i wish i had it when i was learning to type.
49
UrlSnooper / Re: thank u for snooper - ? on "also search for" and a couple requests
« Last post by compn on November 30, 2006, 12:26 PM »
first, am i understanding that the "also search for"  options only apply to what has already been filtered by keywords?

no, 'also search for' searches all packets for the words you put in there.
the 'also search for' is useful to find packets without url's in them.

the other box only filters what is in urlsnoopers list already.
50
UrlSnooper / incomplete urls on video.aol.com?
« Last post by compn on September 15, 2006, 02:47 PM »
urlsnooper gives me the mms url for the video
from the video.aol.com site, but it stops before the full url

any ideas? its an incredibly long url. url snooper seems to stop at that hyphen..

mms://wmsorig.stream.aol.com/aol/us/aolmusic/artists/bmg/gavindegraw/gavindegraw_ilp_chariot_700.wmv?uid=005838591507d0e166c0c6938aa01789&sessid=855067b995bf59a0979acdbb50870a3b&bwhint=700&cmp=AOL&cty=US&brd=AOL&pid=DL&isAOL=0&disabled=undefined&cpid=pmmsid:1101450&franchise=MUSIC:%20Sessions@AOL&genre=MUSIC%20-%20Pop&surfacePoint=us.aol.music.gavin-degraw_gavin-degraw&playlistGroup=&playlistEnd=1&playlistCurrent=1&AuthToken=r=2038897399&uid=005838591507d0e166c0c6938aa01789&sid=855067b995bf59a0979acdbb50870a3b&expires=1158356473&csum=6c846ec5eabf239205200487fd90607c&OriginToken=1158349299757-

is where url snooper will cut the url, but the packet window shows the whole thing

RTSP/1.0 302 Moved Temporarily
Location: mms://wmsorig.stream.aol.com/aol/us/aolmusic/artists/bmg/gavindegraw/gavindegraw_ilp_chariot_700.wmv?uid=005838591507d0e166c0c6938aa01789&sessid=855067b995bf59a0979acdbb50870a3b&bwhint=700&cmp=AOL&cty=US&brd=AOL&pid=DL&isAOL=0&disabled=undefined&cpid=pmmsid:1101450&franchise=MUSIC:%20Sessions@AOL&genre=MUSIC%20-%20Pop&surfacePoint=us.aol.music.gavin-degraw_gavin-degraw&playlistGroup=&playlistEnd=1&playlistCurrent=1&AuthToken=r=2038897399&uid=005838591507d0e166c0c6938aa01789&sid=855067b995bf59a0979acdbb50870a3b&expires=1158356473&csum=6c846ec5eabf239205200487fd90607c&OriginToken=1158349299757-411D79D7-600-2fa846a7
Date: Fri, 15 Sep 2006 19:41:39 GMT
CSeq: 1
Server: WMS
Pages: prev1 [2] 3next