Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomoneill/seriesfeed-importer
Import your favourites from other sites (like Bierdopje.com) to Seriesfeed.com
https://github.com/tomoneill/seriesfeed-importer
bierdopje greasemonkey-script seriesfeed tampermonkey-script userscript
Last synced: 4 days ago
JSON representation
Import your favourites from other sites (like Bierdopje.com) to Seriesfeed.com
- Host: GitHub
- URL: https://github.com/tomoneill/seriesfeed-importer
- Owner: TomONeill
- Created: 2016-04-02T15:24:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T14:21:33.000Z (about 7 years ago)
- Last Synced: 2024-11-16T00:37:15.281Z (2 months ago)
- Topics: bierdopje, greasemonkey-script, seriesfeed, tampermonkey-script, userscript
- Language: JavaScript
- Homepage:
- Size: 604 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
Awesome Lists containing this project
README
# DEPRECATION WARNING
This userscript is deprecated. Please install Seriesfeed Transporter instead.# Seriesfeed Importer
Import your favourites from other sites like Bierdopje.com to Seriesfeed.com
Enjoy.
Version 2.4.0# Information
With this userscript, you can import your favourites from Bierdopje.com to Seriesfeed.com.
Your username will be filled in automatically if you are logged onto Bierdopje.com. You can use any username you like, however. After clicking the Import button, your favourites are being imported into Seriesfeed. In the Details table, rows are being given a colour if there is something about that series. Blue rows will indicate you most likely already have that series as a favourite on Seriesfeed. Yellow ones indicate the series does not exist on Seriesfeed yet and red ones indicate that an error has happened while connecting Bierdopje or Seriesfeed. You can always try again to see if it works the second time.# Screenshots
# Changelog
View changelog# Other userscripts
Check out other userscripts for Seriesfeed by me:
-
Seriesfeed Transporter: Import and export your favourites and time wasted. -
Seriesfeed Move: drag and drop frontpage items to your liking. -
Seriesfeed Episode Inverter: Choose whether episodes are sorted ascending or descending. -
Seriesfeed Season Separator: Draws a thick line between seasons.
# Development
If you want to help with the development, you can. From now on I'll be working in the `src/Seriesfeed-Importer-TS` directory, in which a TypeScript project is located. You can use this for development. To setup the dev in combination with Tampermonkey/other, do the following:
1. Open the `src/Seriesfeed-Importer-TS` folder in your favourite IDE.
2. Open CMD, PowerShell or the terminal (VS Code tip: use CTRL + \`).
2.5: If not already, `cd` to this repository.
3. Type: `tsc --watch` to run the TypeScript compiler. The `tsconfig.json` file will determine the location of the output.
4. Add a userscript with the following:
```
// ==UserScript==
// @name Seriesfeed Importer
// @namespace https://www.seriesfeed.com
// @version 3.0-dev
// @description Import your favourites and Time Wasted from Bierdopje.com.
// @match https://*.seriesfeed.com/*
// @grant unsafeWindow
// @grant GM_xmlhttpRequest
// @connect www.bierdopje.com
// @connect www.imdb.com
// @domain www.bierdopje.com
// @domain www.imdb.com
// @require https://code.jquery.com/jquery-3.2.1.min.js
// @require file://{YOUR_CLONE}\Seriesfeed-Importer\src\Seriesfeed-Importer-TS\SeriesfeedImport.user.js
// @author Tom
// @copyright 2016 - 2017, Tom
// ==/UserScript==
/* jshint -W097 */
/* global $, GM_xmlhttpRequest, Promise, console */
'use strict';
```
5. Make sure you have ticked the box `Allow access to file URLs` for the Tampermonkey extension.
Any change will compile (some would say transpile) and a browser refresh will do the rest.
# Donate
If you like my work so much you feel like doing something nice for me, a complete stranger of the internet, you can.
Donate here.