Every repository with this icon (
Every repository with this icon (
| Description: | perl based pluggable media center application edit |
-
Sometimes I find myself clicking back button to get back to the channel list view. It would be nice if
all click through are logged with iframe or something and back button just works.
Comments
-
Feed update datetime is set in feed's timezone (GMT, Pacific etc.)
JavaScript should parse the ISO8601 datetime string and display using computer's timezone.
Comments
-
Should implement channel folder and tree structure. Maybe one-level folder is enough.
Comments
-
Should implement Basic/Digest authentication and also IP-based authentication, maybe using
HTTP::Server::Simple's auth plugin.
Comments
-
iRed Lite
http://www.filewell.com/iRedLite/Remote Buddy
http://www.iospirit.com/I guess the easiest thing is to make a standalone browser app using Fluid or Prism.
Comments
-
iTunes like smartlist to implement Unwatched videos etc.
Comments
-
Support of Notification plugins i.e. Twitter and Growl based on status changes.
Comments
-
Contact IMDB to get film cover and metadata, by extracting titles.
Comments
-
Could have two rows divided by the center and have a list of channels/shows in the right,
thumbnails and metadata in the left.
Comments
-
File Serving mode if you're signed in from remote
0 comments Created 7 months ago by miyagawaIf you're signed in to Remedie remotely (could check via REMOTE_ADDR and cookie settings), we
should NOT launch QuickTime/VLC and instead serve files as HTTP). If it is a downloaded MP4/FLV
file, Flash Player can load the mp4 file by fetching the proxy.
Comments
-
to remember default player etc.
Comments
-
- Auto-Download files?
- Expire watched files? When?
- Should notify to notification plugins when watched?
- Expire NEW files? When?
Comments
- Auto-Download files?
-
Should have a database table to store per-user system preference, like plugins configuration.
Comments
-
Want a slider to change the thumbnail size in channel view aka iTunes 8 grid view
Comments
-
UI and RPC for getting/seting rating. Used for smart folders.
Comments
-
A plugin to install contextmenu action to search and download subtitles from OpenSubtitles.
Comments
-
Ability to add tags to channel and items.
Comments
-
Extract color-related stylesheet from site.css into skins/default.css and let other designers build
their own stylesheet as a skin.
Comments
-
Share -> del.icio.us / Digg / Send to friend etc.
Comments
-
Support checking programming guide of live streaming site like Satanta and maybe GyaO to notify
updates and watch using media player like WMV or VLC.
Comments
-
currently calls import() etc
Comments
-
is weird. Refactor it.
Comments
-
Especially if it requires scraping, like finding YouTube mp4 file.
We should stash a stub enclosure entry with application/x-remedie-defered-
(download|stream|embed) etc. to do deferred GET.Comments
-
http://subtech.g.hatena.ne.jp/sekimura/20081119/p1
http://search.cpan.org/src/MIYAGAWA/Plagger-
0.7.17/lib/Plagger/Plugin/Filter/HEADEnclosureMetadata.pmAlso we can check if filename and mime type mismatch, like Aso's news feed where filename is
.mp4 and MIME is audio/mpeg, and HTTP header is text/plain.Comments
-
FindEnclosure find and upgrade should be separate
0 comments Created 7 months ago by miyagawaUsing $entry->link to detect upgrading is not appropriate since we should use enclosure->url
instead.This will go to break out FindEnclosures into a separate module like UpgradeEnclosures.
Having 2 or 3 separate .pl and .yaml file for each site is not really useful. It'd be nice if there's a way
to pack them.
Comments
-
needs_content should be conditionalized so that scraping won't run if the entry already has an
enclosure.
Comments
-
scraping shouldn't run if the item in the database is already upgraded
0 comments Created 7 months ago by miyagawaScraping to upgrade item looks up item metadata on plugin cache, but Remedie database should
also be checked to see if it needs to be upgraded.Be aware that youtube.com fmt=22 cache should be refreshed even if for the first time access it
doesn't have the HD version because apparently it takes a while before fmt=22 gets available.
Comments
-
We should have a framework to install JavaScript plugins. Namely put .js files in
root/static/js/plugins, Remedie will load all of them and use jQuery event bind/trigger system to
add hooks.
Comments
-
Some video files require scraping to get to know the download URL (e.g. youtube, nico nico douga).
For these videos we should add stub enclosure like application/x-remedie-download so that we
can later figure out the download URL using enclosure.ident.
Comments
-
Comments
-
xmlns:amp="http://www.adobe.com/amp/1.0"
xmlns:blip="http://blip.tv/dtd/blip/1.0" xmlns:mediaad="http://blip.tv/dtd/mediaad/1.0" xmlns:gm="http://www.google.com/schemas/gm/1.1"xmlns:cnettv="http://cnettv.com/mrss/"
Comments
-
There should be a mode/view to explore feeds without actually subscribing. e.g. search youtube
videos and then save as a subscription. Use Yahoo! pipes to do meta search and then subscribe. etc.
Comments
-
It'd be nice if we can display "HD" icon next to thumbnails for those HD videos so that I can see if
that is HD without clicking it.
Comments
-
Audio stream should be able to play in the background
0 comments Created 7 months ago by miyagawaplayer can embed in the header or something and let users be able to browse through the library
while playback.
Comments
-
mplayer plugin should tell the real content size
0 comments Created 7 months ago by miyagawai don't know how
Comments
-
ASX download dumps the .asx XML file, not the wmv stream
0 comments Created 7 months ago by miyagawaDoes mplayer have an option for that? or should we get .asx to get the url of mms:?
Comments
-
there should be an option to open the movie in a separate popup window using
screen.width/height
Comments
-
per Channel config to disable FindEnclosures for content
0 comments Created 7 months ago by miyagawanot to match inline JPEGs
Comments
-
there should be an easy UI and authentication scheme to add friends activity from:
- friendfeed
- delicious
- hatena
etc. Currently you can do this by hard coding your username/password to authenticated RSS feeds.
Comments
-
This could be a problem when we enable OPML sharing hub.
Comments
-
for Mac torrents
Comments
-
Display author name and avatar in social feeds
0 comments Created 7 months ago by miyagawa.
Comments
-
Use WMV/FLV as a fallback when RTMP is available
0 comments Created 7 months ago by miyagawawhen RTMP is there but if ASX/FLV is also available, we could fallback
Comments
-
this could be done with smart feed
Comments
-
want to have a smart folder for channels, like channels which URL contains nicovideo.jp
Comments
-
axel and lftp seems to do parallel downloading on linux and Mac (available on MacPorts)
Comments
-
Syncing remedie.db over Dropbox might just work.
Videos saved in Dropbox (or Foldershare) shared folder would be cool. We might need an UUID per
Remedie instance so that remedie can know the local path (file:///) is really local or synced from
other instances.
Comments
-
We want thumbnail view instead of listing view
Comments
-
Anyone in the same network can access your Remedie without auth, which could be bad.
I don't want to implement the complex authentication mechanism but there should be some level of
protection, like using simple password/cookie thing. It'd be nice if we could have a pluggable
authentication using Authen::Simple or something.
Comments
-
Entry should have a source date and added date
0 comments Created 7 months ago by miyagawafor smart feeds etc.
Comments
-
Write a full schema for SQLite database so we can do fulltext search etc.
Comments
-
Remedie::DB::Schema->upgrade() should take care of upgrading columns and data.
Comments
-
Non-referer sending proxy for sites blocking it
0 comments Created 7 months ago by miyagawaFor vreel and pandora.tv we might want HTTP proxy not sending Referer headers. We need to be
careful so as it won't be used as an open proxy though.
Comments
-
forking and merging plugins under root/ is ridiculous. We should probably make it a separate git
repository and use git submodule to include them.
Comments
-
per channel preference to auto clear stale items
0 comments Created 7 months ago by miyagawaWe should have a per-channel preference to automatically clear stale items.
Comments
-
Add "add to queue" context menu and make a smart channel so that you can bulk-play items. Not
sure if I want to do this with tags or something else.
Comments
-
We shuld extract duration (or run length) from Media RSS and other feed metadata.
Comments
-
Sometimes there's a problem with URI::Fetch cache old and not updated (might be another bug).
There should be a context menu to fetch the latest feed without using If-Modified-Since cache.
Comments
-
.
Comments
-
The first time it takes a horrible lot of time depending how many media files you have. It'd be nice if
we can display a progress bar for it.
Comments
-
->size is available from FSVirtual
Comments
-
Automatic deletion of local files in CustomFeed::Filesys
0 comments Created 7 months ago by miyagawalike Miro's automatic deletion.
Comments
-
Per channel config to auto remove stale items
0 comments Created 7 months ago by miyagawa.
Comments
-
Should give an error message when there's no aggregator found
0 comments Created 7 months ago by miyagawaAnd probably display a per channel configuration to do something more (like scraping etc.)
Comments
-
.
Comments
-
Channel preference to use channel thumbnails
0 comments Created 7 months ago by miyagawaYouTube feed has a default thumbnail which is not really useful to distinguish in the channel list
view.
Comments
-
CustomFeed-Filesys not working with non-ASCII folders?
1 comment Created 7 months ago by miyagawa -
there can't be multiple .pl plugins because of perl namespace conflicts
0 comments Created 7 months ago by miyagawaauto generated class name only has domains so it's not unique.
Comments
-
.
Comments
-
.
Comments
-
There might be two ways to implement this:
1: Write FrontRow plugin (probably with Python)
http://code.google.com/p/frontpython/
Pro: can use WebKit to view Flash videos
Con: Python, only runs localhost- Write DAAP proxy server
http://search.cpan.org/~jablko/Net-DAAP-Server-MythTV-0.01/
Pro: Perl, can stream remote Remedie instance (LAN or Hamachi)
Con: Can only stream downloadable videos. Complex
Comments
- Write DAAP proxy server
-
possibly using Juicer
http://www.cjohansen.no/en/ruby/juicer_a_css_and_javascript_packaging_toolNeeds some templating in index.html so that we can use the non-merged version in dev, so that
users without Juicer can use it.
Comments
-
Filtering items hide/show scrollbars and layout suffers.
Comments
-
and then removes the item without crawl. Also, the visual should be changed with the CSS class.
Comments
-
Make Safari specific input type="search" and placeholder cross browser
0 comments Created 7 months ago by miyagawausing jQuery plugins.
Comments
-
Hulu Desktop for OS X comes with .webplugin and apparently it has something to do with opening Hulu videos with its desktop app.
Apparently understudy has Hulu Desktop support http://www.geojohn.net/2009/05/frulu-hulu-plugin-for-front-row/ so there might be something to look at.
Comments
-
.
Comments
-
Python plugin to talk to localhost Remedie instance over JSON API.
Comments
Being developed on http://github.com/miyagawa/plex-hacks/tree/master/Plug-ins
-
when you play back videos from iPhone remote, it should go to remote screen to push buttons to control.
Comments
-
feed://www.hulu.com/feed/queue/miyagawa?
feed://gdata.youtube.com/feeds/base/users/miyagawa/newsubscriptionvideos?client=ytapi-youtube-user&v=2
Comments
-
Unfriendly error message when duplicate feed is added
0 comments Created 4 months ago by miyagawa -
Implement SUP for youtube for faster bulk updates
0 comments Created 4 months ago by miyagawa.
Comments
-
Off load feed crawl to Google Reader, SuperFeedr or livedoor Reader
0 comments Created 4 months ago by miyagawa.
Comments
-
jQuery Tools (MIT and GPL2+)
http://flowplayer.org/tools/index.htmlreflections (MIT licensed)
http://www.digitalia.be/software/reflectionjs-for-jqueryComments
-
.
Comments
-
logs should go to ~/Library/Logs
database should go to ~/Library/Application Support
cache should go to ~/Library/Caches
Comments
-
.
Comments
-
.
Comments
-
Defer periodic updater when manually refreshed
0 comments Created 3 months ago by miyagawaScheduler should be respawned when all channels are manually refreshed.
Comments
-
^Can't use string ("
") as a HASH ref while "strict refs" in use at /Users/miyagawa/dev/remedie/bin/../lib/Plagger/Plugin/Namespace/MediaRSS.pm line 38.Comments
-
Implement hotkey 'c' (and JS function) to open context menu
0 comments Created 3 months ago by miyagawa.
Comments
-
sync unwatched count when an item is played in another channel
0 comments Created 3 months ago by miyagawaShould send a comet event to sync watched count when an item is played even in another channel.
Comments
-
NHK feed cache lifetime should be short in case there's no video
0 comments Created 3 months ago by miyagawaNHK feed item takes for videos to be uploaded since the HTML is published. Caching for 24 hours make it the video won't show up for a day.
Comments
-
in friendfeed updates it doesn't hook the event.
Comments
-
Lots of requests about sorting items with ascending IDs rather than descending.
Comments
-
Growl from Remedie Server when localhost is not listening
0 comments Created 3 months ago by miyagawa.
Comments
- Release 0.6.x▾
- Release 0.7.x▾
- anyevent▾
- bug▾
- feature▾
- idea▾
- task▾
- Apply to Selection
-
Change Color…
Preview:preview
- Rename…
- Delete










