Coder Social home page Coder Social logo

podcast-playlist's People

Contributors

slord6 avatar

Stargazers

 avatar

Watchers

 avatar

podcast-playlist's Issues

Additional cache skip controls

  • Skip feed episodes matching/prior to regex
  • Skip feed episodes prior to latest history

Use case being episode in a feed, eg preview episodes for a premium feed, that someone isn't interested in or an incomplete history import or ability to skip a season

Good test podcasts for this:
Hey Riddle Riddle (patron previews)
Triforce (old yogpod episodes)
F-Face (weird seasons)

Import existing audio to cache

If existing files are either named correctly, or have metadata set (see #14), we should be able to process+import them into the cache.

As long as the episode title is accurate to the current rss feed item title (not always true) then we can just copy & rename as if it was just downloaded.

Verbosity setting

The applicaion is pretty chatty at the moment and so verbosity flags are probably worthwhile

Add playlist to history incorrectly treats playlist as an sqlite db

PS D:\...\podcast-playlist>node .\dist\index.js history import --playlist .\data\playlists\test_playlist_4\test_playlist_4.m3u
Importing history from .\data\playlists\test_playlist_4\test_playlist_4.m3u
(PodcastAddictImporter)Database loading from .\data\playlists\test_playlist_4\test_playlist_4.m3u
(PodcastAddictImporter)Extracting history from DB...
(PodcastAddictImporter)DB query failed: Error: SQLITE_NOTADB: file is not a database
Import failed. Error: SQLITE_NOTADB: file is not a database
--> in Database#each('SELECT episodes.name as episodeName,episodes.url as episodeUrl,podcasts.name as podcastName,playbackDate,podcast_id from episodes INNER JOIN podcasts on podcast_id = podcasts._id WHERE playbackDate > 0', [Function (anonymous)], [Function (anonymous)])
    at Database.<anonymous> (D:\samlo\Documents\Repos\podcast-playlist\dist\ingestion\podcastAddictHistoryImporter.js:51:29)
    at D:\samlo\Documents\Repos\podcast-playlist\dist\ingestion\podcastAddictHistoryImporter.js:50:25
    at new Promise (<anonymous>)
    at PodcastAddictHistoryImporter.<anonymous> (D:\samlo\Documents\Repos\podcast-playlist\dist\ingestion\podcastAddictHistoryImporter.js:48:20)
    at Generator.next (<anonymous>)
    at D:\samlo\Documents\Repos\podcast-playlist\dist\ingestion\podcastAddictHistoryImporter.js:31:71
    at new Promise (<anonymous>)
    at __awaiter (D:\samlo\Documents\Repos\podcast-playlist\dist\ingestion\podcastAddictHistoryImporter.js:27:12)
    at PodcastAddictHistoryImporter.extract (D:\samlo\Documents\Repos\podcast-playlist\dist\ingestion\podcastAddictHistoryImporter.js:46:16) {
  errno: 26,
  code: 'SQLITE_NOTADB',
  __augmented: true
}

Add metadata to downloaded audio files

We should be able to add metadata to the downloaded audio.

For node, it looks like the main way is to call out to ffmpeg, which isn't ideal, but would be good enough for a first pass.

There's a wrapper for this which looks promising - discussion of alternatives.

For ensuring ffmpeg is installed, there's ffmpeg-static

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.