Hiring coder for coding a simple script.

Status
Not open for further replies.

Dulalala

Active Member
29
2010
1
0
I'm interested in a cli script that will retrieve a banner from a TV release (Using TVDb for the show banner and Tvrage for Info about the serie) and then upload the banner to imgur.com and save it as an image linking to the tvrage link of that show (I would like to be able to edit the output) (for example: <a href="http://tvragelinkoftheshow.com"><img src="tvdbbanneroftheshow.com" width="250"></a> ) besides the banner should have the episode number of that show written on it and if a release isn´t found on tvdb the script would create a black banner (with the same dimensions as tvdb ones) and then it will write the episode number of the release on it (Refer to Sceneflux to see nearly exactly what I´m talking about).

I don´t really care about the language you use, it can be Perl, python, php, bash...
 
5 comments
Have i to retrieve Tvrage link or you add it manually?

Which will be the input data that will use the script to search banner (and infos)?

How much you will pay for this job?

If you supply all infos that i need and the job is payed good i can do it (php, python, perl or c#.. what you prefer).
 
i think that someone posted such a script here some days ago for free. just search for it. ;)
You are talking about this http://www.wjunction.com/showthread.php?t=48951 and yes, this is were my idea came from but I don t have the necesary coding skills to modify it into what I want.
Have i to retrieve Tvrage link or you add it manually?

Which will be the input data that will use the script to search banner (and infos)?

How much you will pay for this job?

If you supply all infos that i need and the job is payed good i can do it (php, python, perl or c#.. what you prefer).

The input of the script should be like:
Code:
./script The.Mentalist.S02E23.720p.HDTV.X264-DIMENSION
And it should save in a file the html code for:


(Notice that the image is linking to http://www.tvrage.com/The_Mentalist/episodes/1064915815/02x23)

As this script is not complex, I expect to spend around 10$ although tell me your prices if you find that too low/high. :)
 
I think it´s easier to integrate into websites with just the image (you just have to include the href, with divs I think that it will be more tedious.
 
Status
Not open for further replies.
Back
Top