Giter Club home page Giter Club logo

dinoteeth's People

Contributors

robmcmullen avatar

Stargazers

 avatar

Watchers

 avatar

dinoteeth's Issues

Add UI to select imdb_id

Sometimes the imdb_id is guessed incorrectly, so there needs to be some method of selecting the correct id. Ideally, a way to select by displaying a list of possible choices where selecting a choice displays a poster and the imdb textual metadata.

Load images in thread in slideshow

Slideshow viewer is slow to respond to navigate commands, and while there is a multi-second delay before flipping to the next image, might as well use that time to pregenerate the next images.

I imagine a queue of created images can be added to a list in the main thread, perhaps buffered to a max number so as not to use too much memory.

audio id not correctly identified in AVIs

An AVI seems to have one audio track, but mplayer -identify reports aid 1:

mplayer -identify -aid 0 /remote/media3/series/TopGear-s12-e08-Vietnam-Special.avi
MPlayer SVN-r33094-4.5.3 (C) 2000-2011 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing /remote/media3/series/TopGear-s12-e08-Vietnam-Special.avi.
Cache fill:  0.00% (0 bytes)   

AVI file format detected.
ID_VIDEO_ID=0
[aviheader] Video stream found, -vid 0
ID_AUDIO_ID=1
[aviheader] Audio stream found, -aid 1
AVI: invalid audio stream ID: 0 - ignoring (nosound)

Dinoteeth is starting it with aid 0, causing a a/v sync problem:

Playing: /remote/media3/series/TopGear-s12-e08-Vietnam-Special.avi ['-novm', '-fs', '-utf8', '-ass', '-ass-color', 'ffffff00', '-ass-font-scale', '1.4', '-aid', '0', '-sid', '0']

Add image rotation to slideshow

My dumb camera doesn't have an orientation sensor and my SO likes to take portrait pics. Map a key to a 90 degree rotation command that will update the JPEG metadata and recreate a thumbnail.

Create thumbnail images in thread

There's a big delay when changing to a photo dir that doesn't have thumbnails processed for it yet.

Need to create a thread to use PIL to create thumbnails so that main thread UI can be more responsive. Thread should stop processing thumbnails from one dir when the user changes to the next dir so the UI photos can be shown quickly for the new directory.

Add queue for work items to be processed in thread

Add worker thread that processes work items. Example: creating thumbnails of photo directories. Each work item would be a single thumbnail to generate, and the work item queue would be processed in idle time.

dvd2mkv doesn't stop on out-of-disk-space error

It just spins if it runs out of disk space; it claims

--finished encode pass 3/3

but spins. Breaking reveals that it's waiting in the sleep for a keyword that I'm not anticipating:

Traceback (most recent call last):
  File "/data2/home/rob/src/dinoteeth/bin/dvd2mkv.py", line 335, in <module>
    enc.run()
  File "/data2/home/rob/src/dinoteeth/bin/../dinoteeth/transcoder/encoder.py", line 192, in run
    time.sleep(1)
KeyboardInterrupt

.webm, .flv aren't parsed as extra features?

Two files:

  • The_Princess_Bride-x03-Good_Morning_America-24th-Anniversary-Reunion.webm
  • The_Insider-x02-60_Minutes_Interview-1996.flv

don't seem to parse into the correct title key. The log says the title keys are:

0: missing metadata for ('The_Princess_Bride-x03-Good_Morning_America-24th-Anniversary-Reunion.webm', None, 'movie')
1: missing metadata for ('The_Insider-x02-60_Minutes_Interview-1996.flv', None, 'movie')

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.