Git Product home page Git Product logo

Comments (3)

nritsche avatar nritsche commented on July 29, 2024

How about an option to auto-sort movies into seperate folders, like Ember Media Manager trys to do?
Important here is a feature to recognize multiple parts for one movie.

from mediaelch.

Komet avatar Komet commented on July 29, 2024

Partly solved but could be made better:
Add another option in the main toolbar suitable for movies, tv shows and concerts. Move them based on already scraped information, provide placeholders like <title> or , choose if episodes should go in season subdirectories (will only work on items which have infos).
Also move/rename additional files (nfo, poster, thumbs, actors...).
Maybe: also make this work with the sql interface. Would require updating the database with new file locations.

from mediaelch.

chrisallen avatar chrisallen commented on July 29, 2024

I would love to see the possibility of using variables for renaming movies and movie folders. something along the lines of the below...

first off you have two txt files hosted called release-groups.txt and release-versions.txt

release-groups.txt has a list of valid releasegroups (eg; FraMeSToR,ESiR,aXXo) etc. that MediaElch can check agains the filename)

release-versions.txt has a list of valid versions (see below) that MediaElch can check agains the filename

10th Anniversary Edition
20th Anniversary Edition
2in1
3in1
50th Anniversary Edition
60th Anniversary Edition
Anniversary Edition
Collectors'Special Edition
Director's Cut
Extended Edition
Extended Collector's Edition
The Final Cut
Uncut
Unrated

then you have a bunch of renaming variables similar to filebot/embermm

$dxva = dxva (if found in the file name)
$videores = 1080p,720p,SDp
$edition = Uncut,Unrated,Director's Cut,Extended Edition (Allow for detecting more than one from the filename using fuzzy logic)
$videocodec = x264,XviD,AVC
$audiocodec = DTS,DTS-HD MA,TrueHD,DTS-HD HRA,AC3,AAC,MP3
$audiochannels = 5.1,6.1,7.1,1.0.2.0
$mediasource = Bluray,HDDVD,DVDRip
$group = ESiR,WiKi,CtrlHD,CHD,EuReKa
$year = 2011
$thename = The Name
$namethe = Name, The
$ext = MKV,AVI,MP4,ISO

One can then have some really nice filename conventions etc.
also allow user to put a variable in "{ }" for it to be conditional of if the info cant be found ("DXVA" for example)

$thename $edition ($year)\$thename.$year.{$edition}.$mediasource.$videores.$audiocodec.$audiochannels.$videocodec{.$dvxa}-$group.$ext

Tron Legacy [Extended Edition] (2010)\Tron.Legacy.2010.Extended.Edition.Bluray.1080p.DTS-HD.MA.7.1.x264.dvxa-FraMeSToR.mkv

from mediaelch.

Related Issues (20)

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.