Tabnine Logo
MediaMetadata.getRuntime
Code IndexAdd Tabnine to your IDE (free)

How to use
getRuntime
method
in
org.tinymediamanager.scraper.MediaMetadata

Best Java code snippets using org.tinymediamanager.scraper.MediaMetadata.getRuntime (Showing top 3 results out of 315)

origin: org.tinymediamanager/api-scraper

plot = merge(plot, md.getPlot());
tagline = merge(tagline, md.getTagline());
runtime = merge(runtime, md.getRuntime());
rating = merge(rating, md.getRating());
voteCount = merge(voteCount, md.getVoteCount());
origin: tinyMediaManager/tinyMediaManager

setRuntime(metadata.getRuntime());
origin: tinyMediaManager/tinyMediaManager

setRuntime(metadata.getRuntime());
org.tinymediamanager.scraperMediaMetadatagetRuntime

Javadoc

Get the runtime in minutes

Popular methods of MediaMetadata

  • setRating
    Set the rating. The values are valid from 0 to 10.0 - nullsafe
  • setYear
    Set the year - nullsafe
  • <init>
    Instantiates a new media metadata for the given provider.
  • setPlot
    Set the plot
  • setRuntime
    Set the runtime in minutes (full minutes) - nullsafe
  • setTitle
    Set the title
  • addCastMember
    Adds the cast member.
  • addGenre
    Adds the genre.
  • setId
    Sets an ID.
  • addMediaArt
    Adds the media art.
  • setReleaseDate
    Set the release date
  • setVoteCount
    Set the vote count - nullsafe
  • setReleaseDate,
  • setVoteCount,
  • addCertification,
  • setEpisodeNumber,
  • setSeasonNumber,
  • setTagline,
  • addProductionCompany,
  • getOriginalTitle,
  • getReleaseDate,
  • getTitle

Popular in Java

  • Making http requests using okhttp
  • setContentView (Activity)
  • getExternalFilesDir (Context)
  • onCreateOptionsMenu (Activity)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now