summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* responseGravatar Joey Hess2017-12-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-05
|\
* | commentGravatar Joey Hess2017-12-05
| |
| * Added a comment: gcrypt, git-annex and rsync requires absolute pathGravatar andrew2017-12-05
| |
| * (no commit message)Gravatar http://xgm.de/oid/2017-12-04
| |
* | updateGravatar Joey Hess2017-12-04
| |
| * note when the command was introducedGravatar anarcat2017-12-02
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-30
|\
* | devblogGravatar Joey Hess2017-11-30
| |
* | make --raw avoid ever running youtube-dlGravatar Joey Hess2017-11-30
| | | | | | | | | | | | | | added DownloadOptions type to avoid needing two different Bool params for some functions. This commit was sponsored by Thom May on Patreon.
* | Merge branch 'master' into youtube-dlGravatar Joey Hess2017-11-30
|\ \
* | | honor annex.diskreserve when running youtube-dlGravatar Joey Hess2017-11-30
| | | | | | | | | | | | This commit was sponsored by André Pereira on Patreon.
* | | display filename when file already has urlGravatar Joey Hess2017-11-30
| | | | | | | | | | | | Otherwise it's confusing what happened..
* | | improve error messageGravatar Joey Hess2017-11-30
| | | | | | | | | | | | | | | checkCanAdd can be called on annexed files too, when youtube-dl is in use.
* | | check youtube-dl for --fast and --relaxed when adding new fileGravatar Joey Hess2017-11-30
| | | | | | | | | | | | | | | | | | The filename comes from youtube-dl also. This commit was sponsored by Denis Dzyubenko on Patreon.
* | | rethought --relaxed changeGravatar Joey Hess2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Better to make it not be surprising and slow, than surprising and fast. --raw can be used when it needs to be really fast. Implemented adding a youtube-dl supported url to an existing file. This commit was sponsored by andrea rota.
* | | avoid warning when youtube-dl is not installedGravatar Joey Hess2017-11-30
| | | | | | | | | | | | | | | If a user does not have it installed, don't warn on every imported item about it.
* | | honor --file when downloading with youtube-dlGravatar Joey Hess2017-11-30
| | | | | | | | | | | | This used to be done with quvi, and got broken in the transition.
* | | fix buildGravatar Joey Hess2017-11-30
| | |
| | * (no commit message)Gravatar pietroastolfi92@8933106257e5e108af6f46b584f3f10acb198f1d2017-11-30
| | |
| | * (no commit message)Gravatar http://xgm.de/oid/2017-11-30
| |/
* | pass git config options to youtube-dl --simulateGravatar Joey Hess2017-11-29
| | | | | | | | | | | | Decided not to --ignore-config by default. It the user has something in their youtube-dl config files that breaks git-annex they can configure it to use that option.
| * files pushed nowGravatar Joey Hess2017-11-29
| |
| * turn on lambdacase for distributionupdateGravatar Joey Hess2017-11-29
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-29
| |\
| * | devblogGravatar Joey Hess2017-11-29
| | |
* | | convert importfeed to youtube-dlGravatar Joey Hess2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fully working, including --fast/--relaxed. Note that, while git-annex addurl --relaxed is not going to check youtube-dl, I kept git annex importfeed --relaxed checking it. Thinking is that, let's not break people's importfeed cron jobs, and importfeed does not typically have to check a large number of new items, so it's ok if it's a little bit slower when used with youtube playlist feeds. importfeed's behavior is also improved (?) when a feed has links in it to non-media files. Before, those were skipped. Now, the content of the link is downloaded. This had to be done, because trying to use youtube-dl is slow, and if those were skipped, it would have to check every time importfeed was run. While this behavior change may not be desirable for some feeds, that intersperse links to web pages with enclosures, it will be desirable for other feeds, that have non-enclosure directy links to media files. Remove old quvi modules. This commit was sponsored by Øyvind Andersen Holm.
* | | youtube-dl workingGravatar Joey Hess2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Including resuming and cleanup of incomplete downloads. Still todo: --fast, --relaxed, importfeed, disk reserve checking, quvi code cleanup. This commit was sponsored by Anthony DeRobertis on Patreon.
* | | add gitAnnexTmpWorkDir and withTmpWorkDirGravatar Joey Hess2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Needed to run youtube-dl in, but could also be useful for other stuff. The tricky part of this was making the workdir be cleaned up whenever the tmp object file is cleaned up. This commit was sponsored by Ole-Morten Duesund on Patreon.
| | * Added a comment: Version missing from the annexGravatar sunny2562017-11-29
| |/
| * responseGravatar Joey Hess2017-11-28
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-28
| |\
| * | devblogGravatar Joey Hess2017-11-28
| | |
* | | wipGravatar Joey Hess2017-11-28
| | |
* | | generalize notifyTransferGravatar Joey Hess2017-11-28
| | | | | | | | | | | | support not only AssociatedFile but also URLString
* | | showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up some uses of showStart with "" for the file, or in some cases, a non-filename description string. That would generate bad json, although none of the commands doing that supported --json. Using "" for the file resulted in output like "foo rest"; now the extra space is eliminated. This commit was sponsored by Fernando Jimenez on Patreon.
* | | documentation update for youtube-dlGravatar Joey Hess2017-11-28
| | | | | | | | | | | | | | | | | | Code not updated yet. This commit was sponsored by Thomas Hochstein on Patreon.
* | | size checkingGravatar Joey Hess2017-11-28
| | |
* | | update youtube playlist docsGravatar Joey Hess2017-11-28
| | |
* | | add Utility.HtmlDetectGravatar Joey Hess2017-11-28
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used in youtube-dl integration, to tell when a html page has been downloaded by addurl, in which case it is worth running youtube-dl to see if it can extract media from it. tagsoup is an almost free dependency, because yesod depends on it. So, this only really adds a dep when git-annex is built without the webapp. I'd like this to as closely as possible match how browsers decide if a page is html or not. Unfortunately, that is fairly heuristic, in order to support malformed html. And, we don't want to falsely detect something as html just because it has something that looks like a html tag embedded somewhere in it. Probably any major video hosting site is going to be serving html documents that at least start with a <html> tag, so requiring that or a DOCTYPE should be good enough. This commit was sponsored by Jeff Goeke-Smith on Patreon.
| * Added a comment: found it! ( I think ... or should I be still looking for ↵Gravatar ganewbie012017-11-28
| | | | | | | | "database" branch? )
* | update; filed youtube-dl bugGravatar Joey Hess2017-11-27
| |
| * (no commit message)Gravatar ynikitenko2017-11-27
| |
| * Added a commentGravatar olaf2017-11-27
| |
| * removedGravatar olaf2017-11-27
| |
| * Added a commentGravatar olaf2017-11-27
| |
| * Added a comment: development branches inaccessible?Gravatar ganewbie012017-11-26
| |
| * (no commit message)Gravatar s998758@d9eef097c6baf74cc86fd8dbb003c33be91873b82017-11-26
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/5j.FKrMpxZS.luSB.5ahyosMU6RcaYq2#74c602017-11-25
|/
* add news item for git-annex 6.20171124Gravatar Joey Hess2017-11-24
|