Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
So I lost all my data and thus I am starting again, I suppose in a way it is a good thing as I can get better quality films now :D
 

Attachments

  • Screen shot 2013-04-03 at 21.34.44.png
    Screen shot 2013-04-03 at 21.34.44.png
    794.7 KB · Views: 338
Backup backup backup! External hard drives are so cheap these days

I use iCloud, my 40 movies are from iTunes, no fuss, no hassle, no fixing tags, no extra hard disk for this. Plus my UV movies that I have are around 50 others + TV shows, way to many digital movies to save on a HD for me.
 
I use Meta Z App to add the meta data on the mp4. Seems to work well for most movies.
 
Movies - 274 all with artwork and metadata. Using iDentify 2.

Music - 6059 files, in a total mess. Poor tagging, lack of artwork, poor artwork. Music that I will never listen to as imported albums en masse and genres I don't like anymore. A recommendation of software to use for metadata?

TV Shows - Approx 800GB of TV all in mixed avi, MP4 and MKV all getting converted/muxed to M4V. Using MP4Tools, Handbrake, iDentify 2 and subler.

Will all be worth it in the end when I have this set-up:
Mac Mini to ATV on the 50", great snappy and clean interface.
Mac Mini stream to iPads, iPhones.
Wireless iTunes sync incorporating all media - at the moment its just music.

Goals:
Eliminate the TV in our bedroom, freeing up some space.
Ease of media transfer.
Proper tagging of all media.
HD library to get the best out of the devices.
No more than around 1TB-1.5TB.
 
Last edited:
Movies - 274 all with artwork and metadata. Using iDentify 2.

Music - 6059 files, in a total mess. Poor tagging, lack of artwork, poor artwork. Music that I will never listen to as imported albums en masse and genres I don't like anymore. A recommendation of software to use for metadata?

TV Shows - Approx 800GB of TV all in mixed avi, MP4 and MKV all getting converted/muxed to M4V. Using MP4Tools, Handbrake, iDentify 2 and subler.

Will all be worth it in the end when I have this set-up:
Mac Mini to ATV on the 50", great snappy and clean interface.
Mac Mini stream to iPads, iPhones.
Wireless iTunes sync incorporating all media - at the moment its just music.

Goals:
Eliminate the TV in our bedroom, freeing up some space.
Ease of media transfer.
Proper tagging of all media.
HD library to get the best out of the devices.
No more than around 1TB-1.5TB.

2 power applications for you to consider to help you on our quest!

HandBrakeBatch - Uses handbrake in the background & allows you to batch convert multiple files by just dragging and dropping. Unlike handbrake, where you have to do each file individually. A lifesaver for converting TV series.

MKV Tools - Strips the MKV file of the Video & Audio files, and puts it into a MP4 wrapper. So much quicker than re-encoding the whole file like handbrake.

I also use identify & sublet, great apps
 
I use a script like this:

PHP:
#!/bin/bash
sourcedir="/Users/homedir/Downloads/Completed"
destdir="/Users/homedir/Downloads/Completed"
cd "$sourcedir"
for i in *.mp4; do
/usr/bin/HandBrakeCLI -i "$i" -o "$destdir/${i%.*}.m4v" --preset="AppleTV 2"
mv "$i" ~/.Trash
open -a "Identify" "$destdir/${i%.*}.m4v"
done

for i in *.avi; do
/usr/bin/HandBrakeCLI -i "$i" -o "$destdir/${i%.*}.m4v" --preset="AppleTV 2"
mv "$i" ~/.Trash
open -a "Identify" "$destdir/${i%.*}.m4v"
done

for i in *.mkv; do
/usr/bin/HandBrakeCLI -i "$i" -o "$destdir/${i%.*}.m4v" --preset="AppleTV 2"
mv "$i" ~/.Trash
open -a "Identify" "$destdir/${i%.*}.m4v"
done

for i in *.wmv; do
/usr/bin/HandBrakeCLI -i "$i" -o "$destdir/${i%.*}.m4v" --preset="AppleTV 2"
mv "$i" ~/.Trash
open -a "Identify" "$destdir/${i%.*}.m4v"
done

And then something like Hazel to automatically run the script when a file is present that can be converted.
 
Music: 175GB All in Apple Lossless

Movies: 700GB No less than 720p.

TV Shows: 1.2TB No less than DVD quality.

And growing by the day. None of it is in iTunes though. It has been carefully organized via folder structure, and Plex Media Server handles metadata.
 
2 TB's of Apple Lossless Music
350 GB's of Movies
...growing daily
 

Attachments

  • Screen Shot 2013-06-30 at 2.27.38 PM.png
    Screen Shot 2013-06-30 at 2.27.38 PM.png
    3.5 MB · Views: 348
  • Screen Shot 2013-06-30 at 2.28.40 PM.png
    Screen Shot 2013-06-30 at 2.28.40 PM.png
    1.9 MB · Views: 297
  • Screen Shot 2013-06-30 at 2.30.33 PM.png
    Screen Shot 2013-06-30 at 2.30.33 PM.png
    3 MB · Views: 256
Hello, how did you put your movies in order, they seem like they are not in alphabetical order (like skyfall , the bourne legacy...)
Can you help me ? I can't figure it out !

You do this through the Get Info screen in iTunes (either right-click a given movie and select Get Info, select File and Get Info, or Command + I). In the Get Info window, click the Sorting tab. You'll see two fields, one for Name and one for Sort Name. Name is the title that will appear in iTunes, but Sort Name is what iTunes will use for organizing. For example:

Name: Dr. No
Sort Name: James Bond 1

Name: From Russia With Love
Sort Name: James Bond 2

And so on. In the library, the titles will read Dr. No, From Russia With Love, etc., but they'll be listed under J.

It's also helpful for fixing the annoying (for me at least) convention iTunes began a while back of listing numbered titles after Z instead of before A. So all my titles that begin with numbers have a sort name that begins with "a-":

Name: 12 Monkeys
Sort Name: a- 12 Monkeys

Name: 2001: A Space Odyssey
Sort Name: a- 2001: A Space Odyssey

etc.
 
You do this through the Get Info screen in iTunes (either right-click a given movie and select Get Info, select File and Get Info, or Command + I). In the Get Info window, click the Sorting tab. You'll see two fields, one for Name and one for Sort Name. Name is the title that will appear in iTunes, but Sort Name is what iTunes will use for organizing. For example:

Name: Dr. No
Sort Name: James Bond 1

Name: From Russia With Love
Sort Name: James Bond 2

And so on. In the library, the titles will read Dr. No, From Russia With Love, etc., but they'll be listed under J.

It's also helpful for fixing the annoying (for me at least) convention iTunes began a while back of listing numbered titles after Z instead of before A. So all my titles that begin with numbers have a sort name that begins with "a-":

Name: 12 Monkeys
Sort Name: a- 12 Monkeys

Name: 2001: A Space Odyssey
Sort Name: a- 2001: A Space Odyssey

etc.


Hey thanks ! It works perfectly . :)
 
My Collection

My Collection
 

Attachments

  • Schermafbeelding 2013-07-01 om 22.16.14.png
    Schermafbeelding 2013-07-01 om 22.16.14.png
    1.9 MB · Views: 196
  • Schermafbeelding 2013-07-01 om 22.16.22.png
    Schermafbeelding 2013-07-01 om 22.16.22.png
    1.8 MB · Views: 158
  • Schermafbeelding 2013-07-01 om 22.16.28.png
    Schermafbeelding 2013-07-01 om 22.16.28.png
    1.8 MB · Views: 156
  • Schermafbeelding 2013-07-01 om 22.16.33.png
    Schermafbeelding 2013-07-01 om 22.16.33.png
    1.9 MB · Views: 154
  • Schermafbeelding 2013-07-01 om 22.16.38.png
    Schermafbeelding 2013-07-01 om 22.16.38.png
    1.8 MB · Views: 162
My Collection part 2

My Collection part 2
 

Attachments

  • Schermafbeelding 2013-07-01 om 22.16.44.png
    Schermafbeelding 2013-07-01 om 22.16.44.png
    1.9 MB · Views: 162
  • Schermafbeelding 2013-07-01 om 22.16.51.png
    Schermafbeelding 2013-07-01 om 22.16.51.png
    1.8 MB · Views: 157
  • Schermafbeelding 2013-07-01 om 22.16.54.png
    Schermafbeelding 2013-07-01 om 22.16.54.png
    1.5 MB · Views: 166
I use an app on my Jailbroken ipad called MovieBox and AirPlay all my movies. MovieBox has TONS of movies and TV shows ready to be streamed or Downloaded in Hd
 
I use an app on my Jailbroken ipad called MovieBox and AirPlay all my movies. MovieBox has TONS of movies and TV shows ready to be streamed or Downloaded in Hd

Even though that app is great for airplaying to an aTV; this is not the thread for it.
 
Here is all mine. I have all the disks. :eek:
 

Attachments

  • Screen Shot 2013-07-13 at 5.15.29 PM.png
    Screen Shot 2013-07-13 at 5.15.29 PM.png
    814.7 KB · Views: 190
  • Screen Shot 2013-07-13 at 5.16.25 PM.png
    Screen Shot 2013-07-13 at 5.16.25 PM.png
    1.3 MB · Views: 162
  • Screen Shot 2013-07-13 at 5.16.38 PM.png
    Screen Shot 2013-07-13 at 5.16.38 PM.png
    1.3 MB · Views: 171
  • Screen Shot 2013-07-13 at 5.16.49 PM.png
    Screen Shot 2013-07-13 at 5.16.49 PM.png
    1.3 MB · Views: 160
  • Screen Shot 2013-07-13 at 5.17.05 PM.png
    Screen Shot 2013-07-13 at 5.17.05 PM.png
    1.4 MB · Views: 162
And then.
 

Attachments

  • Screen Shot 2013-07-13 at 5.17.49 PM.png
    Screen Shot 2013-07-13 at 5.17.49 PM.png
    1.4 MB · Views: 137
  • Screen Shot 2013-07-13 at 5.17.40 PM.png
    Screen Shot 2013-07-13 at 5.17.40 PM.png
    1.5 MB · Views: 146
  • Screen Shot 2013-07-13 at 5.17.33 PM.png
    Screen Shot 2013-07-13 at 5.17.33 PM.png
    1.5 MB · Views: 158
  • Screen Shot 2013-07-13 at 5.17.26 PM.png
    Screen Shot 2013-07-13 at 5.17.26 PM.png
    1.5 MB · Views: 140
  • Screen Shot 2013-07-13 at 5.17.15 PM.png
    Screen Shot 2013-07-13 at 5.17.15 PM.png
    1.3 MB · Views: 152
And Then.
 

Attachments

  • Screen Shot 2013-07-13 at 5.18.02 PM.png
    Screen Shot 2013-07-13 at 5.18.02 PM.png
    1.5 MB · Views: 153
  • Screen Shot 2013-07-13 at 5.18.13 PM.png
    Screen Shot 2013-07-13 at 5.18.13 PM.png
    1.6 MB · Views: 169
For anyone that is doing blu-ray rips, what TV are you guys playing on? I have a 55in smart TV that i'm worried the rips will lose quality from the disc, but i'd love to have all my movies on one device.
 
Hey Guys

I am kinda new to iTunes movies, how do i find cover art for movies which you cannot buy from the iTunes store like Star wars.

Easiest way is to just search google images and find the best cover.

You can use a third party tagging application like "identify" which automatically adds cover art to your movies a long with all the relevant meta data like genre, rating, director etc
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.