dkm
5960df258b
use python-vimeo module
13 years ago
dkm
168912dc4c
better error handling. Update call to vimeo following their undocumented change in the API (sic!)
13 years ago
dkm
7682ec3326
bug fix with tickets + change date...
13 years ago
dkm
84aa1494ea
Merge branch 'threaded'
...
Conflicts:
plopificator
13 years ago
dkm
372d46793c
disable thread code + add prefecthing of upload tickets
13 years ago
dkm
9efcb9b1aa
fix uploading when not using threads...
13 years ago
dkm
090c74ca5d
mencoder made quiet
13 years ago
dkm
2444d39cb8
sample threaded stuff. Not working with vimeo...gives phantom videos
13 years ago
dkm
cad08959b6
fix the progress bar. curl does not call the callback very often, progress bar is not very 'smooth'
13 years ago
Marc Poulhiès
cfcdc1dc33
add a progress bar when uploading
13 years ago
dkm
5b53e887e2
bug fix: bad copy/paste when merging
13 years ago
dkm
93a9696931
bug fix: bad index used. 1offset
13 years ago
dkm
dca8bc55b5
bug fix: this one is clearly a merge done too quickly
13 years ago
Marc Poulhiès
39fe84ddcc
bug fix: typos
13 years ago
dkm
ff06b9f708
regression. must have overlooked a merge
13 years ago
Marc Poulhiès
1d0b4736c1
bug fix: getting pylint blindly happy is not always a good thing
13 years ago
dkm
bd512d1ec1
add the 'timelapse' in the tags for the uploaded videos
13 years ago
dkm
4e0dee83bc
typos
13 years ago
dkm
14c855172f
typos
13 years ago
dkm
59da6dc292
Merge branch 'master' of git@github.com:dkm/plopifier
...
Conflicts:
plopifier/vimeo.py
13 years ago
dkm
57f2080bb0
use the workaround + change the start date
13 years ago
dkm
beee5ab629
add a workaround for a vimeo API bug
13 years ago
Marc Poulhiès
6bddebc1a3
Merge branch 'master' of git@github.com:dkm/plopifier
...
Conflicts:
plopifier/vimeo.py
13 years ago
Marc Poulhiès
d1e5e320ea
mainly cosemtic changes.
...
- changed method name to stick to vimeo's names (case and 'package')
- used a bit of pylint to catch main problems
- started to insert empty skeleton for missing API's method
13 years ago
dkm
b8eebd3326
video title had a 1 day offset
13 years ago
dkm
fed0660fd0
factored out the POST method in the Curly class
13 years ago
dkm
f77a2be2fe
if ticket is acquired, returns and tells the user that it worked
13 years ago
Marc Poulhiès
85ec6fb5e3
move the get_ticket call in a separate method + add a 'test ticket' option to try and see if user can upload something or not
13 years ago
dkm
b2217e949e
better error handling
13 years ago
Marc Poulhiès
d992409556
test script to set privacy for already uploaded vids
13 years ago
Marc Poulhiès
415c2f6ecd
set privacy to anybody
13 years ago
Marc Poulhiès
65086488d7
correct licence header + add licence text
13 years ago
dkm
955843fece
Merge branch 'master' of git@github.com:dkm/plopifier
13 years ago
dkm
15c4885d6f
use simple title without space
13 years ago
dkm
73c9b912b8
use GET do_request() for the title... post is not working better
13 years ago
Marc Poulhiès
c850733f8f
print return when an error occured
13 years ago
dkm
951ee674f7
quick fix for tags/title names
13 years ago
dkm
6f8a89f49b
changes in test script
13 years ago
dkm
36cf818291
fix down sampling
...
still a problem with space in title and tags
13 years ago
Marc
df982e2c93
begin move to optparse
13 years ago
dkm
fa57d556d5
nearly works, but:
...
- setting title/tags does not work (was untested...)
- down sampling images seems buggy, video finishes at 15h!
13 years ago
Marc Poulhiès
0617b2d17a
upload is working. Needs some polishing
13 years ago
Marc Poulhiès
274f780e28
add a small comment
13 years ago
Marc Poulhiès
85c7f59948
updated test script
13 years ago
Marc Poulhiès
91037f7516
some helper code for signing method. Vimeo class knows how to create an auth token.
13 years ago
Marc Poulhiès
00d2c04737
sample test script to use vimeo class.
...
./test.py "b80de915454324245e5b0871406641e" "22324e0"
First arg being the api key, second arg being the api sig.
13 years ago
Marc Poulhiès
345e1c68ee
first step for getting an auth session: get a correct 'frob'. This is working.
...
see http://vimeo.com/api/docs/desktop-auth for more info on the API related to authentication.
13 years ago
dkm
c6327592dc
plopificator : down samples image set if needed (to force 25fps).
...
Request objects are used to get file list from the db
initial vimeo code (simply copy/pasted from forum.) API doc + test is really nice.
13 years ago
Marc Poulhiès
185f162602
sample script to generate a filelist suitable for mencoder. Also create a valid cmd.
13 years ago
dkm
875c161d1d
init
14 years ago