Search the Community
Showing results for tags 'films'.
Found 4 results
-
First of all, probably many of you will not know what is Filmaffinity. It is a really big database of movies and series like IMDB, but in Spanish. Then, I would like to explain that this is not made with a public API of the web, it is just made with curl, xpath and posts. Yeah, sucks, but it's the only way. Let's go with the workflow: How it likes Movie Layout Search Layout What we can do? Search by title, original title and director See many information of the film (Director, Cast, Rating, Year, Country, Genres, Plot, etc.) Rate a film or change your rating Add to your watch lists See your friends' and soulmates ratings Plot Of course, the plot is not only what you see above. You can see all the plot just like this: Just a little configuration Well, obviously, I can't access your rating and vote for you if you don't log in with your credentials. You just need to edit the config.txt file: FA_Nick=<nick> FA_UserName=<username> FA_Password=<password> The other thing is that you need to add yourself as a friend of Filmaffinity because the web loads asyncronously your rating info but synchronously your friends ratings, so if you appears between your friends it is easier to retrieve your ratings. And that's because I need also the FA_Nick to discard you from the 'Friends ratings' section and take your rating. Of course, if you don't want to set up your user and password, you can use as well all the other features of the workflow. I hope anyone on the forum to be a Filmaffinity user . Anyway I made it for me, and I wanted to share it, so here it goes: Download (v1.0). P.S.: If is there any English user of the web, it's always possible to make an english version.
- 6 replies
-
- filmaffinity
- movies
-
(and 2 more)
Tagged with:
-
Stream from a selection of short films, powered by Short of the Week. Run shorts and it’ll download and show a list of the latest films. Pick one and it’ll start streaming. Alternatively, use ⌘ to download the video (requires DownVid and will automatically add to WatchList if available), ⌥ to see its synopsis, or ⌃ to copy the short’s link to the clipboard. Short of the Week publishes a new short every day and building the initial list takes a few seconds, so after the initial download the list is cached for one day. If you want the list ready at all times without having to wait, run :shortfilmslaunchd to install (or later remove, running the same command) a launchd service to seamlessly update the list every day close to the time Short of the Week updates their website. Streaming is done with mpv, iina, or vlc (in that order), depending on what you have. Download | Source
-
Movie Ratings - IMDb, Rotten Tomatoes and Metacritic
mattsson posted a topic in Share your Workflows
A workflow for Alfred 2 which lets you search for movies and see IMDb, Rotten Tomatoes and Metacritic scores for it. The workflow is based on the "Better IMDB Search" workflow by frankspin. It uses the OMDb API. Movie Ratings uses a single command: mr [query]: Looks up a movie matching the query. Using the copy shortcut will copy the movie's IMDb URL and clicking Enter will open the movie's IMDb page. Download latest release | Source v0.1 - Initial release. v0.2 - Workflow now asks user to input at least 2 search characters instead of showing "No results found". v1.0.1 - Fixes results not appearing because of change in the OMDB API- 10 replies
-
- imdb
- rottentomatoes
-
(and 6 more)
Tagged with:
-
I've completely rebuilt redwall_hp's original IMDB Search Suggest workflow to include more information in results, a fallback for longer search queries using a cache, and a new icon. I've also changed the keyword to i but you can easily change that to imdb or whatever you like. I hope you'll enjoy! Download .alfredworkflow GitHub